Joey Arhar
Joey Arhar
I kind of feel like if you're using popover=auto and you can therefore light dismiss with mouse then it means you should also light dismiss with keyboard navigating out of...
Yeah I think that making selection not follow focus as I implemented in the prototype is best. If someone brings this up again, we can reopen this or file a...
`` currently works in the prototype: https://jsfiddle.net/jarhar/pka837jd/2/ We don't really disallow any elements in `` at the moment as per https://github.com/openui/open-ui/issues/540 Is there any action we should take here?
Hmm if we added any sort of note saying that `` is a supported child/descendant of ``, then I'm worried that would imply that other elements like ``s aren't supported,...
This looks like a multi-select use case, which we are going to do in select-v2
Moving the selected options to the top of the listbox seems like something that should be possible with script, but I don't think is a great default considering that this...
I'm not sure exactly what browser support would be needed in order for this to work. @argyleink would you need to have a UA style rule with view-transition-name?
I was able to animate a change in the selected value here: https://codepen.io/jarhar/pen/PwYbmrp?editors=0100
Supporting view transitions for builtin elements like this is something that would be nice to add in the future, for select and other elements. For now, if you want to...