Authentication
Useful HTML attributes and advice from @adactio when dealing with 2FA and authentication, e.g. on password change forms, use autocomplete="current-password"
and autocomplete="new-password"
to distinguish the input controls.
Useful HTML attributes and advice from @adactio when dealing with 2FA and authentication, e.g. on password change forms, use autocomplete="current-password"
and autocomplete="new-password"
to distinguish the input controls.
Smart use of HTML input attributes to help bring up the correct keyboards on mobile