mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ButtonSelect: Respect isDisabled option property (#85954)
make buttonselect respect isDisabled
This commit is contained in:
parent
31879f1f5a
commit
54e1756b49
@ -100,6 +100,7 @@ const ButtonSelectComponent = <T,>(props: Props<T>) => {
|
||||
active={item.value === value?.value}
|
||||
ariaChecked={item.value === value?.value}
|
||||
ariaLabel={item.ariaLabel || item.label}
|
||||
disabled={item.isDisabled}
|
||||
role="menuitemradio"
|
||||
/>
|
||||
))}
|
||||
|
Loading…
Reference in New Issue
Block a user