Current version does not allow pasting code from somewhere (ex. email). To fix it, change the code: /src/components/CodeInput.vue: `<div class="react-code-input"> ... maxlength="1"` _( <- remove maxlength="1")_
Current version does not allow pasting code from somewhere (ex. email). To fix it, change the code:
/src/components/CodeInput.vue:
<div class="react-code-input"> ... maxlength="1"( <- remove maxlength="1")