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'm rendering a form inside a Dialog component. This form has a select field, for select I'm using react-select package.
When I try to navigate the form by pressing Tab key, the focus does not move past the select field to the next input element. And on pressing Tab again the focus goes to the first focusable element in the dialog.
Expected behavior
I expected the focus to move to the next focusable element.
Bug report
Current Behavior
I'm rendering a form inside a Dialog component. This form has a select field, for select I'm using react-select package.
When I try to navigate the form by pressing Tab key, the focus does not move past the select field to the next input element. And on pressing Tab again the focus goes to the first focusable element in the dialog.
Expected behavior
I expected the focus to move to the next focusable element.
Reproducible example
CodeSandbox Template
Additional context
This issue does not exist outside the dialog as shown on the codesandbox.
Your environment
The text was updated successfully, but these errors were encountered: