You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 changingtype="text"
totype="tel"
to display the number keyboard only.Here is result
On iOS
on Safari macOS
The text was updated successfully, but these errors were encountered: