mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Fixed #4985 - metaKeySelection default type is changed as false
This commit is contained in:
parent
ff272de38b
commit
bb82382190
13 changed files with 24 additions and 27 deletions
|
@ -42,7 +42,7 @@ export default {
|
|||
},
|
||||
metaKeySelection: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
inputId: {
|
||||
type: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue