Skip to content

Commit

Permalink
Merge pull request #5355 from drevantonder/patch-1
Browse files Browse the repository at this point in the history
Add `disabled` to `SelectButtonContext` type
  • Loading branch information
tugcekucukoglu committed Mar 4, 2024
2 parents a7582f4 + bd4f338 commit d0644ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/lib/selectbutton/SelectButton.d.ts
Expand Up @@ -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.
*/
Expand Down

0 comments on commit d0644ce

Please sign in to comment.