Merge pull request #5355 from drevantonder/patch-1
Add `disabled` to `SelectButtonContext` typepull/5385/head
commit
d0644ce79f
|
@ -118,6 +118,11 @@ export interface SelectButtonContext {
|
||||||
* @defaultValue false
|
* @defaultValue false
|
||||||
*/
|
*/
|
||||||
focused: boolean;
|
focused: boolean;
|
||||||
|
/**
|
||||||
|
* Current disabled state of the item as a boolean.
|
||||||
|
* @defaultValue false
|
||||||
|
*/
|
||||||
|
disabled: boolean;
|
||||||
/**
|
/**
|
||||||
* Available option.
|
* Available option.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue