Skip to content

Commit

Permalink
Merge pull request #5684 from Md-Khaleelur/bug/autocompleteOffInSearc…
Browse files Browse the repository at this point in the history
…hInput

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

0 comments on commit 880d952

Please sign in to comment.