mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Fixed #3708- SelectButton: inverse unselectable behaviour
This commit is contained in:
parent
14781c1321
commit
0f1caf789f
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ export default {
|
|||
multiple: Boolean,
|
||||
unselectable: {
|
||||
type: Boolean,
|
||||
default: true
|
||||
default: false
|
||||
},
|
||||
disabled: Boolean,
|
||||
dataKey: null,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue