primitives
primitives copied to clipboard
[Select] Are there any plans to support non-modal mode in the select component?
Feature request
Overview
The popover, dropdown menu supports modal and non-modal modes, which allow you to click on external elements even when the content is opened.
However, the select component does not support non-modal mode, so you cannot click on an external element while the select is open.
In native select, UX is a different situation because external elements can be clicked while open.
Do you have plans to support non-modal mode or can you guide me on other ways to click external elements?
I'm wondering this as well. In particular, I'm looking to implement a design where the dropdown opens underneath and remains there while you scroll.
Even if Select.Portal did what I expected here (it doesn't, because both of Select.Content's position options use position: fixed, which means an inline style is impossible without overrides), you end up in trouble because focus guard takes out the ability to scroll.
+1
Any plans about this?
Duplicate of #1927