Skip to content

Commit

Permalink
fix: disable autocomplete on the connected apps search input
Browse files Browse the repository at this point in the history
  • Loading branch information
helciofranco committed Apr 15, 2024
1 parent 1798f61 commit 07a3b9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export function SearchInput({
<Input.ElementLeft element={<Icon icon={Icon.is('Search')} />} />
<Input.Field
{...props}
autoComplete="off"
type="search"
id="search-input"
/**
* Since we already have type="search" we don't need role here, but
* @fuel-ui automatically add role to input. So, we need to pass
Expand Down

0 comments on commit 07a3b9f

Please sign in to comment.