[Autocomplete][material-ui] Missing aria-multiselectable attribute when multiple prop is set #44417
Labels
accessibility
a11y
component: autocomplete
This is the name of the generic UI component, not the React module!
ready to take
Help wanted. Guidance available. There is a high chance the change will be accepted
Steps to reproduce
https://stackblitz.com/edit/vitejs-vite-kcvsmw?file=src%2FApp.tsx&view=editor
Current behavior
The
Autocomplete
component hasmultiple
set totrue
.React Testing Library deselectOptions fails.
The documentation says:
I expected it to work.
Expected behavior
We can use
deselectOptions
on anAutocomplete
whenmultiple
is set totrue
.Context
Please see: https://stackblitz.com/edit/vitejs-vite-kcvsmw?file=src%2FApp.tsx&view=editor
This issue is similar to #38631
Your environment
npx @mui/envinfo
Search keywords: autocomplete multiple aria-multiselectable
The text was updated successfully, but these errors were encountered: