Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
fix(ui): remove autocomplete from data search inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-x committed May 25, 2021
1 parent e3fd3a0 commit abb2af3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/src/screens/jobs/Filters/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,13 @@ export default function JobsFilters() {
label="Data search key"
variant="outlined"
id="jobs-filters_data-search-key"
autoComplete="off"
size="small"
/>
<TextField
value={searchTerm}
onChange={onDataSearchTermChange}
autoComplete="off"
variant="outlined"
size="small"
label="Data search term"
Expand Down

0 comments on commit abb2af3

Please sign in to comment.