[refactor] SearchBox and MultiSelect style improvements (#8328)

This commit is contained in:
Jin Yi
2026-01-28 11:11:45 +09:00
committed by GitHub
parent 3b5d285fe2
commit e3bad033ed
4 changed files with 17 additions and 4 deletions

View File

@@ -77,6 +77,9 @@
pcOptionCheckbox: {
root: { class: 'hidden' },
style: { display: 'none' }
},
emptyMessage: {
class: 'px-3 pb-4 text-sm text-muted-foreground'
}
}"
:aria-label="label || t('g.multiSelectDropdown')"