mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #4865 - Listbox: metaKeySelection default changed as true
This commit is contained in:
parent
d81f2b1a71
commit
49e48f7cf2
1 changed files with 12 additions and 3 deletions
|
@ -14,10 +14,19 @@ export default {
|
||||||
optionGroupLabel: null,
|
optionGroupLabel: null,
|
||||||
optionGroupChildren: null,
|
optionGroupChildren: null,
|
||||||
listStyle: null,
|
listStyle: null,
|
||||||
disabled: Boolean,
|
disabled: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
dataKey: null,
|
dataKey: null,
|
||||||
multiple: Boolean,
|
multiple: {
|
||||||
metaKeySelection: Boolean,
|
type: Boolean,
|
||||||
|
default: false
|
||||||
|
},
|
||||||
|
metaKeySelection: {
|
||||||
|
type: Boolean,
|
||||||
|
default: true
|
||||||
|
},
|
||||||
filter: Boolean,
|
filter: Boolean,
|
||||||
filterPlaceholder: String,
|
filterPlaceholder: String,
|
||||||
filterLocale: String,
|
filterLocale: String,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue