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
fix(mui): support MUI v7+ slotProps in Autocomplete renderInput
MUI v7 replaced the Autocomplete renderInput params `InputProps`/`inputProps`
with `slotProps.input`/`slotProps.htmlInput`. Reading `params.InputProps.endAdornment`
therefore throws on MUI v7+ (incl. v9), crashing any Autocomplete value widget.
Detect the params shape and emit the correct props, keeping MUI v5/v6 behavior unchanged.
Fixes#1324
0 commit comments