Skip to content

Commit

Permalink
Fix fullWidth support on AutoCompleteInput
Browse files Browse the repository at this point in the history
Closes #4093
  • Loading branch information
fzaninotto committed Dec 2, 2019
1 parent dcf1d6e commit d265d64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/input/AutocompleteInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ const AutocompleteInput: FunctionComponent<
emptyText,
emptyValue,
format,
fullWidth,
helperText,
id: idOverride,
input: inputOverride,
Expand Down Expand Up @@ -371,6 +372,7 @@ const AutocompleteInput: FunctionComponent<
}
variant={variant}
margin={margin}
fullWidth={fullWidth}
value={filterValue}
className={className}
{...inputProps}
Expand Down

0 comments on commit d265d64

Please sign in to comment.