Joey Arhar

Results 314 comments of Joey Arhar

My HTML spec PR uses get focus delegate for popover initial focus, which was thoroughly designed by domenic and handles the autofocus attribute as well as shadowroots with delegatesfocus. This...

It looks like a combobox has been implemented with selectmenu in the demos here: https://microsoftedge.github.io/Demos/selectmenu/ Is there additional support we should add to selectmenu for this use case?

It looks like the demo I mentioned in the last comment implements filtering by replacing the listbox popover and putting an input element in it. If replacing the listbox is...

We should allow interactive elements to be slotted in to the marker, button, and selected-value slots but not into the default slot where the ``s go, right?

There are multi-select and searchable combobox demos here, so I don't think that the current architecture limits these scenarios: https://microsoftedge.github.io/Demos/selectmenu/ I'm adding agenda+ to confirm that the current architecture is...

I'd like to address any changes to the single-select selectmenu, since this issue seems to be mostly focused on multi-select selectmenu which we will be tackling later. We could easily...

> We could easily make the button part always keyboard focusable. This has effectively been done now that the button part is a ``

> Will we be able to add other elements inside of a styleable select (more especially in the datalist)? Yes > As a developer we sometimes need to work with...

I think that ideally we will make this `` and `` pattern work somehow for `` and ``, but in any case we will have to make it work in...

> Would split button designs still work? I haven't gotten to this level of granularity with Anne yet, hopefully he and others are OK with it. The fact that github...