Fixed #4865 - Listbox: metaKeySelection default changed as true

pull/4869/head
tugcekucukoglu 2023-11-22 16:09:26 +03:00
parent d81f2b1a71
commit 49e48f7cf2
1 changed files with 12 additions and 3 deletions

View File

@ -14,10 +14,19 @@ export default {
optionGroupLabel: null,
optionGroupChildren: null,
listStyle: null,
disabled: Boolean,
disabled: {
type: Boolean,
default: false
},
dataKey: null,
multiple: Boolean,
metaKeySelection: Boolean,
multiple: {
type: Boolean,
default: false
},
metaKeySelection: {
type: Boolean,
default: true
},
filter: Boolean,
filterPlaceholder: String,
filterLocale: String,