preline
preline copied to clipboard
Show PIN code suggest on keyboard iOS
Hi there, Here is the guide, not the issue.
I'm using PIN input components to do the OTP Code feature for the user. I have implemented it for AdonisJS. While doing it, I found the solution to show the suggested PIN code on the keyboard on iOS, I didn't test it on Android, Can anyone using Android test it for me?
To do it, I added autocomplete="one-time-code" to the input, then changing type="text" to type="tel" to display the number keyboard only.
Here is result
On iOS
on Safari macOS