Skip to content

Commit

Permalink
Add disabled to SelectButtonContext type
Browse files Browse the repository at this point in the history
  • Loading branch information
drevantonder authored Feb 28, 2024
1 parent a31f1a0 commit bd4f338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/lib/selectbutton/SelectButton.d.ts
Original file line number Diff line number Diff line change
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 bd4f338

Please sign in to comment.