This commit is contained in:
mertsincan 2024-01-24 10:50:41 +00:00
parent b51517f173
commit 2b1400a615
3 changed files with 11 additions and 3 deletions

View file

@ -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'