Merge pull request #5355 from drevantonder/patch-1

Add `disabled` to `SelectButtonContext` type
pull/5385/head
Tuğçe Küçükoğlu 2024-03-04 09:08:16 +03:00 committed by GitHub
commit d0644ce79f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -118,6 +118,11 @@ export interface SelectButtonContext {
* @defaultValue false
*/
focused: boolean;
/**
* Current disabled state of the item as a boolean.
* @defaultValue false
*/
disabled: boolean;
/**
* Available option.
*/