-
-
Notifications
You must be signed in to change notification settings - Fork 32.8k
Open
Labels
browser: FirefoxAffects or fixes behavior in Mozilla Firefox.Affects or fixes behavior in Mozilla Firefox.scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
Steps to reproduce
Steps:
- Open this link to live example: https://mui.com/material-ui/react-autocomplete/
- Turn on VoiceOver
- Open any Autocomplete dropdown
- Try to select any option with mouse or keyboard
- Notice that it just vanishes before you can actually choose anything
Current behavior
Dropdown closes as soon as an option gets the focus. This makes the component completely unusable if VoiceOver is turned on.
Expected behavior
Autocomplete should behave the same when VoiceOver is turned on.
Context
No response
Your environment
npx @mui/envinfo
System:
OS: macOS 26.2
Binaries:
Node: 22.20.0 - /Users/myusername/.volta/tools/image/node/22.20.0/bin/node
npm: 10.9.3 - /Users/myusername/.volta/tools/image/node/22.20.0/bin/npm
pnpm: Not Found
Browsers:
Chrome: 144.0.7559.110
Edge: 144.0.3719.104
Firefox: Not Found
Safari: 26.2
npmPackages:
@emotion/react: 11.14.0 => 11.14.0
@emotion/styled: 11.14.1 => 11.14.1
@mui/core-downloads-tracker: 7.3.7
@mui/lab: 7.0.1-beta.21 => 7.0.1-beta.21
@mui/material: 7.3.7 => 7.3.7
@mui/private-theming: 7.3.7
@mui/styled-engine: 7.3.5
@mui/system: 7.3.7 => 7.3.7
@mui/types: 7.4.10
@mui/utils: 7.3.7
@mui/x-date-pickers: 8.24.0 => 8.24.0
@mui/x-internals: 8.24.0
@types/react: 19.2.7
react: 18.3.1 => 18.3.1
react-dom: 18.3.1 => 18.3.1
typescript: 5.9.3 => 5.9.3
Search keywords: autocomplete, a11y, voiceover
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
browser: FirefoxAffects or fixes behavior in Mozilla Firefox.Affects or fixes behavior in Mozilla Firefox.scope: autocompleteChanges related to the autocomplete. This includes ComboBox.Changes related to the autocomplete. This includes ComboBox.type: bugIt doesn't behave as expected.It doesn't behave as expected.