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

Fix AutocompleteInput ignores TextFieldProps #9681

Merged
merged 1 commit into from Feb 26, 2024
Merged

Conversation

fzaninotto
Copy link
Member

Autocomplete accepts TextFieldProps, which allows to override the props of the inner TextField (see https://mui.com/material-ui/api/text-field/). This ability was lost in #9559

Autocomplete accepts TextFieldProps, which allows to override the props of the inner TextField (see https://mui.com/material-ui/api/text-field/). This ability was lost in #9559
@slax57 slax57 added this to the 4.16.12 milestone Feb 26, 2024
@slax57 slax57 merged commit 3f9f884 into master Feb 26, 2024
11 checks passed
@slax57 slax57 deleted the Fix-Autocomplete-input branch February 26, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants