mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
This commit is contained in:
parent
4c481aef89
commit
d9d2be9cca
16 changed files with 213 additions and 115 deletions
|
@ -107,7 +107,7 @@ export default {
|
|||
},
|
||||
dropdownIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
default: null
|
||||
},
|
||||
dropdownClass: {
|
||||
type: [String, Object],
|
||||
|
@ -115,11 +115,15 @@ export default {
|
|||
},
|
||||
loadingIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
default: null
|
||||
},
|
||||
removeTokenIcon: {
|
||||
type: String,
|
||||
default: undefined
|
||||
default: null
|
||||
},
|
||||
chipIcon: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
virtualScrollerOptions: {
|
||||
type: Object,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue