Skip to content

Commit

Permalink
Bug fix for autocomplete off
Browse files Browse the repository at this point in the history
  • Loading branch information
Md-Khaleelur committed Dec 18, 2020
1 parent 69996c2 commit e071c65
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 e071c65

Please sign in to comment.