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
I'd like to be able to make Select options/items not hide on blur, but also on clicking on the overlay, tabbing away, etc.
This is already the behavior for the Popover component, for example.
Examples in other libraries
Other libraries are split in behavior:
Headless UI' Select: hides on blur. It uses native select under the hood; since native select also hides the options on blur, that's also what Headless UI does.
React Aria' Select: does not hide on blur, only when you click on the overlay, tab away, etc.
Who does this impact? Who is this for?
This should be useful for all developers working on Select items styling.
Additional context
Working on styling of Select options is currently hard because as soon as you click anything in DevTools, the dropdown with the items closes. It'd be great to either change this behavior or to allow to override it.
Note that this seems isolated to Select - Dialog or Popover don't have a similar behavior.
The text was updated successfully, but these errors were encountered:
Feature request
Overview
I'd like to be able to make Select options/items not hide on blur, but also on clicking on the overlay, tabbing away, etc.
This is already the behavior for the Popover component, for example.
Examples in other libraries
Other libraries are split in behavior:
Select
: hides on blur. It uses native select under the hood; since native select also hides the options on blur, that's also what Headless UI does.Select
: does not hide on blur, only when you click on the overlay, tab away, etc.Who does this impact? Who is this for?
This should be useful for all developers working on Select items styling.
Additional context
Working on styling of Select options is currently hard because as soon as you click anything in DevTools, the dropdown with the items closes. It'd be great to either change this behavior or to allow to override it.
Note that this seems isolated to Select - Dialog or Popover don't have a similar behavior.
The text was updated successfully, but these errors were encountered: