Joey Arhar
                                            Joey Arhar
                                        
                                    I believe that using script to apply a the same class to both the selected option and selected value is the best way to do this. See this example I...
This is similar to #386, here are my findings for spacebar behavior: https://github.com/openui/open-ui/issues/386#issuecomment-1439156154
I think that we should decide on this behavior in #386
I'm guessing that like the existing `` element, the `size` attribute would only apply to ``, [which we have deferred](https://github.com/openui/open-ui/issues/531#issuecomment-1145170806), so I'm going to change the label from select to...
I was talking to mason a while ago about the size attribute, and he thought it would be a bad idea since we would have to figure out exactly what...
I think that we are going to have to rearchitect the anatomy for select multiple when it comes time to start designing it as an upgrade for ``.
Thanks for the feedback domenic. I believe that the current selectmenu implementation agrees with all of your points, especially since we aren't handling multi-select with the current selectmenu element >...
If anyone has any further suggestions for things to implement or not from the existing select element, please open new issues. I don't think that there is any further actionable...
> Add something like the [dialog patch to close watcher logic](https://domenic.github.io/close-watcher/#patch-dialog) We will make sure that close watcher gets integrated when close watcher is added to the HTML spec. I...
My HTML spec PR includes changes to get focus delegate which support the autofocus-only behavior for popovers. This issue can be closed