This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Disabled md-options still ripple and close md-select on click #4967
Closed
Description
I'd expect <md-option>
s that have been disabled (with a disabled
or ng-disabled
attribute) not to ripple or close the select dropdown on click. However, sometimes disabled options still animate on click, still show a pointer cursor on hover, and still close on click.
It seems that some browsers result in animation/close and some do not. Though even in browsers that do not animate, the background of disabled options changes.