iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.41k stars 1.42k forks source link

Pressing Return while cursor is in the BIP85 Index field causes the page to generate entirely new random BIP39 Mnemonic #634

Closed 2oh1 closed 11 months ago

2oh1 commented 1 year ago

This seems like it must be a bug.

Pressing the "return" key when the cursor is in the BIP85 Index field causes the page to generate an entirely new random BIP39 mnemonic. At first, I was confused because the BIP85 child key kept changing, and then I realized I'd pressed return, which unintentionally forced the entire page to generate a new BIP93 mnemonic and recalculate.

Is it possible to add a checkbox to enable/disable the "Generate a random mnemonic" function?