You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening a dialog from a drop down menu item, and the dialog has an input, it will focus the input, but then immediately move the focus back to the drop down menu button.
I have a similar issue where I want to focus an input on the page when clicking a dropdown menu item, but the input never gets focus. I had to add around 200ms of delay before focusing the input to make it work.
Describe the bug
When opening a dialog from a drop down menu item, and the dialog has an input, it will focus the input, but then immediately move the focus back to the drop down menu button.
Reproduction
https://stackblitz.com/edit/vitejs-vite-fkeqqbyq?file=src%2FApp.svelte
Logs
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: