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 react-select lost focus, it's sub-dom changed, this makes container get focused, so it steal focus from the one I clicked.
Can we just ignore the removal inside container?
Your environment
Software
Name(s)
Version
Radix Package(s)
@radix-ui/react-focus-scope
^1.1.0
React
n/a
17
Browser
Chrome
121.0.6167.139
tech
Node
n/a
16
npm/yarn
Operating System
linux
The text was updated successfully, but these errors were encountered:
Bug report
Current Behavior
Use react-select within dialog of shadcn-ui, after react-select get focused, I need to click other form item (input) twice to focus that.
Expected behavior
Click one time to focus it
Suggested solution
here
When react-select lost focus, it's sub-dom changed, this makes container get focused, so it steal focus from the one I clicked.
Can we just ignore the removal inside container?
Your environment
The text was updated successfully, but these errors were encountered: