Skip to content

Commit

Permalink
fix: add inputMode search
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Feb 23, 2022
1 parent cf4b715 commit 17c22bd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const SearchTokenInput = ({ formType }: SwapFormTypeProps) => {
</InputAdornment>
}
inputProps={{
inputMode: 'search',
...register(SwapFormKey.ToSearchTokensFilter),
}}
autoComplete="off"
Expand Down

0 comments on commit 17c22bd

Please sign in to comment.