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 May 20, 2023. It is now read-only.
Only focus on the dropdown button in material dropdown select when the focus lands on the overlay placeholder focus elements.
Because in triggersOutsideAny we listen to mouseup instead of mousedown, a focus event is actually dispatched before a mouse event during auto dismiss. This causes the dropdown button in material dropdown select to be focused even after user clicks on a focusable element.
Added a constants file in overlay to expose the focusable placeholder class name and some other hardcoded variables. Will reference this file everywhere else in a follow up cl.
PiperOrigin-RevId: 199403947
0 commit comments