Skip to content

Commit

Permalink
Merge pull request #9681 from marmelab/Fix-Autocomplete-input
Browse files Browse the repository at this point in the history
Fix AutocompleteInput ignores TextFieldProps
  • Loading branch information
slax57 committed Feb 26, 2024
2 parents f1864e7 + dd6bb4d commit 3f9f884
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,7 @@ If you provided a React element for the optionText prop, you must also provide t
variant={variant}
className={AutocompleteInputClasses.textField}
{...params}
{...TextFieldProps}
InputProps={mergedTextFieldProps}
size={size}
/>
Expand Down

0 comments on commit 3f9f884

Please sign in to comment.