Dear developers who implement forms for entering OTP. Please:

- Don't use `<input type="password">`. I want to verify I typed the code correctly.
- Don't enter each digit in its own box. It breaks copy paste.
- Don't automatically submit when I enter all required digits.

Signed, a frustrated user.