mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +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
|
@ -155,8 +155,8 @@ export interface SelectButtonProps {
|
|||
*/
|
||||
dataKey?: string | undefined;
|
||||
/**
|
||||
* Whether selection can not be cleared.
|
||||
* @defaultValue false
|
||||
* Whether selection can be cleared.
|
||||
* @defaultValue true
|
||||
* @deprecated Use 'allowEmpty' property instead.
|
||||
*/
|
||||
unselectable?: boolean | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue