mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #2826 - SelectButton | new unselectable
property
This commit is contained in:
parent
79803baf11
commit
c7243d25dc
4 changed files with 24 additions and 0 deletions
|
@ -47,6 +47,12 @@ const SelectButtonProps = [
|
|||
default: "null",
|
||||
description: "A property to uniquely identify an option."
|
||||
},
|
||||
{
|
||||
name: "unselectable",
|
||||
type: "boolean",
|
||||
default: "true",
|
||||
description: "Whether selection can be cleared."
|
||||
},
|
||||
{
|
||||
name: "aria-labelledby",
|
||||
type: "string",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue