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
<select> can be rendered as either a dropdown or a listbox, when either size or multiple is set. Setting aside the fact that this was a terrible design choice that confounds unrelated concepts (that ship has sailed…), it appears that the newly shipped implementations of appearance: base-select do not account for these presentations of <select>.
Given that base-select has shipped fairly recently, and is a feature that authors are very excited about, I think this is high priority since otherwise we may be locked in to preserving the current behavior for web compat reasons.
SebastianZ, JoshTumath, yisibl, lukewarlow and josepharhar