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 has been archived by the owner on Mar 13, 2018. It is now read-only.
In this case , excludedLocalNames won't work. It would be nice to support the disabled attribute (or something similar) in core-selector. Or maybe a better place is for core-menu to handle it?
The text was updated successfully, but these errors were encountered:
A paper-item maybe shouldn't be used for a separator because it's not a member of the selectable items in the menu (regardless of being active or disabled).
A disable-able item would be nice though:
core-item needs to expose a disabled attribute.
core-item needs basic styling for :host([disabled]), maybe 40% opacity, no pointer events, cursor "not-allowed"
A disabled core-item should maybe prevent the default action on an anchor within it? (This feels magical.)
core-selector needs to prevent user- and programmatic selection of disabled items within it
Using core-menu, I found myself wanting to prevent certain children from being selectable.
In this case ,
excludedLocalNames
won't work. It would be nice to support thedisabled
attribute (or something similar) in core-selector. Or maybe a better place is for core-menu to handle it?The text was updated successfully, but these errors were encountered: