Please turn off autocomplete on the OTP input field
-
When the OTP screen is shown, autocomplete is on (the default in HTML). This means that the field remembers all the entries previously typed, and additionally shows a nonsense entry — for me, it’s usually my username. The field should be blank, ready to accept the OTP as typed by the user.
To fix this, the input field needs the autocomplete attribute to be turned off, as:
<input autocomplete="off" ... />
Please would you add the autocomplete entry to the OTP input field.
Thank you
- The topic ‘Please turn off autocomplete on the OTP input field’ is closed to new replies.