Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Select] Using keyboard Tab while Select is open does not move focus to the next field #328

Open
rh-meowsa opened this issue Apr 17, 2024 · 1 comment
Labels
bug 🐛 Something doesn't work component: select This is the name of the generic UI component, not the React module!

Comments

@rh-meowsa
Copy link

rh-meowsa commented Apr 17, 2024

Steps to reproduce

Link to live example: https://mui.com/base-ui/react-select/

Steps:

  1. Create a Select and also another field like an Input and or Button after the Select component
  2. Pop open the Select dropdown
  3. Hit keyboard Tab

Current behavior

Focus goes to the browser's address bar

Expected behavior

Focus goes to the next focusable item after the Select

Context

a11y support for forms

Your environment

npx @mui/envinfo

System:
OS: macOS 14.4.1
Binaries:
Node: 18.18.2 - ~/.nvm/versions/node/v18.18.2/bin/node
npm: 9.8.1 - ~/.nvm/versions/node/v18.18.2/bin/npm
pnpm: 8.6.11 - /opt/homebrew/bin/pnpm
Browsers:
Chrome: 123.0.6312.124
Edge: Not Found
Safari: 17.4.1
npmPackages:
@mui/base: 5.0.0-beta.37 => 5.0.0-beta.37
@types/react: 18.2.42 => 18.2.42
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0

Using Chrome 123.0.6312.124

Search keywords: Keyboard, tab, Select

Search keywords:

@rh-meowsa rh-meowsa added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Apr 17, 2024
@rh-meowsa rh-meowsa changed the title [mui-base][Modal + Select] Using keyboard Tab while Select is open does not move focus to the next field [mui-base][Select] Using keyboard Tab while Select is open does not move focus to the next field Apr 17, 2024
@danilo-leal danilo-leal transferred this issue from mui/material-ui Apr 17, 2024
@danilo-leal danilo-leal changed the title [mui-base][Select] Using keyboard Tab while Select is open does not move focus to the next field [Select] Using keyboard Tab while Select is open does not move focus to the next field Apr 17, 2024
@danilo-leal danilo-leal added the component: select This is the name of the generic UI component, not the React module! label Apr 17, 2024
@michaldudak
Copy link
Member

Thanks for reporting this. It's not a desired behavior.
We are currently redesigning Base UI components (with a different customization API), and we should tackle the Select around June (see https://github.com/orgs/mui/projects/1/views/13). We'll work on fixing this then.

@michaldudak michaldudak added bug 🐛 Something doesn't work and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work component: select This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests

3 participants