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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
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.