vulpemventures / marina

Liquid Wallet browser extension
MIT License
39 stars 19 forks source link

[Onboarding] Textarea for mnemonic is not accepting text input #362

Closed Randy808 closed 2 years ago

Randy808 commented 2 years ago

The MnemonicField component validates the seed phrase on every change of the textarea's value which disallows the manual entry of the seed phrase since validation will fail on entry of the first character and the character will not be registered.