1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00

Merge pull request #11964 from BboyAkers/aakers/7397

Disabled spell-check on ens input
This commit is contained in:
ryanml 2021-09-08 10:00:19 -07:00 committed by GitHub
commit 4cc4092e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@ export default class EnsInput extends Component {
placeholder={t('recipientAddressPlaceholder')}
onChange={this.onChange}
onPaste={this.onPaste}
spellCheck="false"
value={selectedAddress || userInput}
autoFocus
data-testid="ens-input"