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
The selected boolean attribute on option elements should map to aria-selected=true as the default ARIA role for the option element is "option", and aria-selected the required property for expressing the option's selectedness.