mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Listbox: checkmark, highlightOnSelect properties added
This commit is contained in:
parent
438440072f
commit
6295928c7a
9 changed files with 137 additions and 3 deletions
|
@ -17,6 +17,8 @@ export enum ListboxClasses {
|
|||
list = 'p-listbox-list',
|
||||
optionGroup = 'p-listbox-option-group',
|
||||
option = 'p-listbox-option',
|
||||
optionCheckIcon = 'p-listbox-option-check-icon',
|
||||
optionBlankIcon = 'p-listbox-option-blank-icon',
|
||||
emptyMessage = 'p-listbox-empty-message'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue