Problem to solve
Quality-of-life improvement of using this component on pages in mobile browsers. When there is some kind of one-time-passcode verification over SMS, iPhone and Android have some kind of functionality to paste code from the SMS.
Proposed solution
Usually this is done with html input attribute autocomplete="one-time-code"
Problem to solve
Quality-of-life improvement of using this component on pages in mobile browsers. When there is some kind of one-time-passcode verification over SMS, iPhone and Android have some kind of functionality to paste code from the SMS.
Proposed solution
Usually this is done with html input attribute
autocomplete="one-time-code"