You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Dropdown.Item does not support the disabled prop/className. The prop is passed directly to the underlying div as an HTML attribute instead.
The text was updated successfully, but these errors were encountered:
A SUI Dropdown item can be disabled individually.
http://semantic-ui.com/modules/dropdown.html#disabled
Currently, the
Dropdown.Item
does not support thedisabled
prop/className. The prop is passed directly to the underlyingdiv
as an HTML attribute instead.The text was updated successfully, but these errors were encountered: