Skip to content

Commit

Permalink
autocomplete off sur searchbar
Browse files Browse the repository at this point in the history
  • Loading branch information
JabX committed Mar 26, 2020
1 parent b890bf6 commit 4c51238
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/collections/src/search/search-bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ export class SearchBar<T, C> extends React.Component<SearchBarProps<T, C>> {
</FontIcon>
<input
name="search-bar-input"
autoComplete="off"
onChange={this.onInputChange}
placeholder={i18next.t(placeholder || "")}
ref={input => (this.input = input)}
Expand Down

0 comments on commit 4c51238

Please sign in to comment.