mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #5141
This commit is contained in:
parent
b51517f173
commit
2b1400a615
3 changed files with 11 additions and 3 deletions
|
@ -136,6 +136,7 @@ const classes = {
|
|||
wrapper: 'p-dropdown-items-wrapper',
|
||||
list: 'p-dropdown-items',
|
||||
itemGroup: 'p-dropdown-item-group',
|
||||
itemGroupLabel: 'p-dropdown-item-group-label',
|
||||
item: ({ instance, props, state, option, focusedOption }) => [
|
||||
'p-dropdown-item',
|
||||
{
|
||||
|
@ -144,6 +145,7 @@ const classes = {
|
|||
'p-disabled': instance.isOptionDisabled(option)
|
||||
}
|
||||
],
|
||||
itemLabel: 'p-dropdown-item-label',
|
||||
tickIcon: 'p-dropdown-tick-icon',
|
||||
blankIcon: 'p-dropdown-blank-icon',
|
||||
emptyMessage: 'p-dropdown-empty-message'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue