Components: ComboboxControl Item should support disabled
option
#60969
Labels
[Package] Components
/packages/components
disabled
option
#60969
Considering the
disabled
option is supported natively by the<select>
HTML component for their children, it should similarly be supported by the<ComboboxControl />
Item component.Here is an example of the
disabled
option for the regular<select>
HTML element.Item API
Once this implementation:
disabled
property:The text was updated successfully, but these errors were encountered: