Reputation: 6755
I have a html dropdown(selectbox) with some disabled values in my html&angular code. when I click on a disabled value, it hides the dropdown. is it possible to show the dropdown even when the disabled option is clicked. I have searched it around but I couldn't find any solution. is this possible?
I have multiple disabled options.
Upvotes: 1
Views: 138
Reputation: 161
I would add another class name to the list item and test otherwise you will need to use conditional logic to remove the link from the list item when the class disabled is loaded.
Upvotes: 1