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
Currently our mdc-menu does not show the selected state of a list-item.
This may need to be implemented in a variant of mdc-menu. Some menus, once an item is selected, the menu is never expected to be re-opened. But for mdc-select, the menu we attach to the select component can be re-opened. Right now we use [aria-selected="true"] instead of mdc-list-item--selected in our CSS selectors within mdc-select.
The text was updated successfully, but these errors were encountered:
Currently our mdc-menu does not show the selected state of a list-item.
This may need to be implemented in a variant of mdc-menu. Some menus, once an item is selected, the menu is never expected to be re-opened. But for mdc-select, the menu we attach to the select component can be re-opened. Right now we use
[aria-selected="true"]
instead ofmdc-list-item--selected
in our CSS selectors within mdc-select.The text was updated successfully, but these errors were encountered: