primitives icon indicating copy to clipboard operation
primitives copied to clipboard

[Select] Are there any plans to support non-modal mode in the select component?

Open hoiheart opened this issue 2 years ago • 3 comments
trafficstars

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?

hoiheart avatar Oct 25 '23 22:10 hoiheart

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.

BrendanBerkley avatar Dec 05 '23 21:12 BrendanBerkley

+1

ThePiyushAggarwal avatar Dec 06 '23 17:12 ThePiyushAggarwal

Any plans about this?

pietroanello avatar Feb 19 '24 15:02 pietroanello

Duplicate of #1927

benoitgrelard avatar Mar 06 '24 15:03 benoitgrelard