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
According to the documentation: https://semantic-ui.com/modules/dropdown.html#header if a div inside the menu of the dropdown is defined as an "header" and not an "item" it will be disabled with a specific design. Could it be possible to add the option on the JS initialization like the option disabled, for example?
According to the documentation: https://semantic-ui.com/modules/dropdown.html#header if a div inside the menu of the dropdown is defined as an "header" and not an "item" it will be disabled with a specific design. Could it be possible to add the option on the JS initialization like the option disabled, for example?
.dropdown({ values: [ { name:"Header", header: true },
The text was updated successfully, but these errors were encountered: