mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #4631 - SelectButton: unselectable property defect
This commit is contained in:
parent
4e91dcc46c
commit
4736dac5ff
3 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ export default {
|
|||
multiple: Boolean,
|
||||
unselectable: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default: true
|
||||
},
|
||||
allowEmpty: {
|
||||
type: Boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue