Hunter Johnston
Hunter Johnston
I think closing on select should be the default behavior tbh, but only if `multiple` is `false` and they don't select a date that is already selected (would be annoying).
@silenceofthewans This could be accomplished today using a dialog with the combobox open by default inside the dialog!
I think I have an idea of how to fix this.
Hey @LickABrick, What are you trying to accomplish with a vertical menubar/what are you using it for? I don't really know what that would look like considering the behavior when...
This will likely be solved by handling navigation in the same manner as the Listbox (cc: @TGlide)
I think rather than using `document.*`, we need to get the owner document of the element the action was applied to, and query that instead.
Can you give some more details about this so I can take a peek?
Got it! @TGlide I'll take a look!
I'm not able to reproduce this 🤔 @TGlide
Would we then need to dispatch a custom `deselected` event when an item is deselected?