mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fix ambigious clearing behaviour on SelectButton (#4107)
This commit is contained in:
parent
0a08c56d3b
commit
b666789c8a
5 changed files with 27 additions and 2 deletions
|
@ -51,6 +51,12 @@ const SelectButtonProps = [
|
|||
name: 'unselectable',
|
||||
type: 'boolean',
|
||||
default: 'false',
|
||||
description: 'Whether selection can not be cleared.'
|
||||
},
|
||||
{
|
||||
name: 'allowEmpty',
|
||||
type: 'boolean',
|
||||
default: 'true',
|
||||
description: 'Whether selection can be cleared.'
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue