mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +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
|
@ -50,7 +50,7 @@ const SelectButtonProps = [
|
|||
{
|
||||
name: 'unselectable',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
default: 'false',
|
||||
description: 'Whether selection can be cleared.'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue