Skip to content

Commit

Permalink
fix: rounded corners on IOS when input type is search
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Nov 14, 2022
1 parent 6488dfe commit b6dea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/GlobalSearchAutocomplete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export default function GlobalSearchAutocomplete(props: Props) {
value={inputValue}
onChange={handleChange}
onKeyDown={handleKeyDown}
type="search"
type="text"
onFocus={focusSearch}
/>

Expand Down

0 comments on commit b6dea83

Please sign in to comment.