Fixed #2826 - SelectButton | new unselectable property

This commit is contained in:
Tuğçe Küçükoğlu 2022-08-04 17:20:01 +03:00
parent 79803baf11
commit c7243d25dc
4 changed files with 24 additions and 0 deletions

View file

@ -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",