Hunter Johnston
Hunter Johnston
With snippets coming up in `svelte-sonner@next` (not yet published) this issue will no longer be relevant.
If anyone would like to assist with unifying the behaviors of the tooltip and link preview to reduce some duplication that would be awesome!
In the event that a component has this prop set to `"defer"` and it doesn't have a parent to defer to, will it fall back to closing or remain open?
> We should probably make it so clicking on the input does not close combobox, as part of this. Alright so I've added that part (along with tests), but if...
What I'm thinking is, let's say I have a component that I know I always want to close on outside click if it's the highest in the stack, but defer...
I have a lot of the groundwork in #378, if someone wants to take it over let me know and I'll move it out of draft, if not, will leave...
Thanks for the video @waffleflopper & for confirming the same behavior on Android @brittneypostma, we'll look into this!
So something _inside_ of the dialog has to have focus. Otherwise, there is no way to trap the focus to the dialog, and anyone using a keyboard to navigate the...
Something has focus at all times in the browser whether you realize it or not. A focus trap disables focus on everything _outside_ the dialog, meaning something inside has to...
Did you try adding a tabindex of `-1` to the content?