Select component opens on its own when switching tabs

Try this out.

  1. Select an item from a Select component. Leave it focused
  2. Go to another browser tab.
  3. Come back to your app's tab.

The Select will now be dropped down ready for a selection. Only happens if the select component is in focus.

This is a minor annoyance to one of my clients. Any way to change this behavior?

1 Like

Hmm that is annoying :thinking: This is a feature request that we're tracking.

I haven't found a great workaround yet. You could programmatically "focus" on a different component on change, but that could be a very confusing experience (was hoping you could focus on a hidden component, but this didn't work).