fix(instant): fix tabbing into erc20 token selector

This commit is contained in:
Brandon Millman
2018-11-13 22:54:15 -08:00
parent b961cb1952
commit 997912a8f8
2 changed files with 2 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ export class ERC20TokenSelector extends React.Component<ERC20TokenSelectorProps>
width="100%"
value={this.state.searchQuery}
onChange={this._handleSearchInputChange}
tabindex={-1}
/>
<Container overflow="scroll" height="calc(100% - 90px)" marginTop="10px">
{_.map(tokens, token => {