Steps to reproduce
Steps:
- Create a MUI AutoComplete with
freeSolo={true}
- Use Playwright to
.fill("foobar") and .press("Enter")
Current behavior
Starting with Material UI 7.3 onChange is called with [undefined] when run within Playwright. I wasn't able to reproduce the behavior when interacting manually with the Autocomplete field.
Expected behavior
onChange should be called with ["foobar"] like in Material UI 7.2.
Context
No response
Your environment
npx @mui/envinfo
Don't forget to mention which browser you used.
Output from `npx @mui/envinfo` goes here.
Search keywords: playwright autocomplete
Steps to reproduce
Steps:
freeSolo={true}.fill("foobar")and.press("Enter")Current behavior
Starting with Material UI 7.3
onChangeis called with[undefined]when run within Playwright. I wasn't able to reproduce the behavior when interacting manually with the Autocomplete field.Expected behavior
onChangeshould be called with["foobar"]like in Material UI 7.2.Context
No response
Your environment
npx @mui/envinfoSearch keywords: playwright autocomplete