Disabled button should force removal of ui-state-hover class #419
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Just a small bug, but if you have a button with its disabled property bound:
If the click handler clears the
selectedItems
array, the disabled binding is updated and the button becomes disabled. But theui-state-hover
class is still applied to the button, meaning it is now disabled and still lit up with the hover class.The text was updated successfully, but these errors were encountered: