Skip to content

Commit

Permalink
Merge pull request #5687 from marmelab/revert-5684-bug/autocompleteOf…
Browse files Browse the repository at this point in the history
…fInSearchInput

Revert "Fix for autocomplete off #5620"
  • Loading branch information
fzaninotto authored Dec 18, 2020
2 parents 2cd5c89 + 7e88a77 commit 6fea3ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/input/SearchInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ const SearchInput: FunctionComponent<
<SearchIcon color="disabled" />
</InputAdornment>
),
autoComplete: 'off',
}}
className={classes.input}
{...rest}
Expand Down

0 comments on commit 6fea3ff

Please sign in to comment.