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
In the <select> anatomy, there are a couple of spots where we don't modify open or aria-expanded if the multiple attribute is set, e.g. see listboxkeydown(enter). However for button there's nothing to indicate that it should not toggle these attributes, or that it should not appear at all, if multiple is present. So there's an inconsistency here.
Adding an extra layer of difficulty is the fact that for Safari/Chrome/Edge on iOS there is actually still a visible button for <select multiple> that opens a popover with checkable options. So, the button not affecting the open state of the popup if multiple is set isn't even universally true if we consider iOS.
The text was updated successfully, but these errors were encountered:
There hasn't been any discussion on this issue for a while, so we're marking it as stale. If you choose to kick off the discussion again, we'll remove the 'stale' label.
josepharhar
added
select-v2
Features regarding the second iteration of the selectmenu element
and removed
select
These are issues that relate to the select component
labels
Feb 16, 2023
There hasn't been any discussion on this issue for a while, so we're marking it as stale. If you choose to kick off the discussion again, we'll remove the 'stale' label.
In the
<select>
anatomy, there are a couple of spots where we don't modifyopen
oraria-expanded
if themultiple
attribute is set, e.g. see listboxkeydown(enter)
. However for button there's nothing to indicate that it should not toggle these attributes, or that it should not appear at all, ifmultiple
is present. So there's an inconsistency here.Adding an extra layer of difficulty is the fact that for Safari/Chrome/Edge on iOS there is actually still a visible button for
<select multiple>
that opens a popover with checkable options. So, the button not affecting theopen
state of the popup ifmultiple
is set isn't even universally true if we consider iOS.The text was updated successfully, but these errors were encountered: