preline icon indicating copy to clipboard operation
preline copied to clipboard

Show PIN code suggest on keyboard iOS

Open hieuhuynh93 opened this issue 2 years ago • 0 comments

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 IMG_AA46E69C0F2F-1

on Safari macOS moeSU092 -2023-11-28 at 22 51 05@2x

hieuhuynh93 avatar Nov 29 '23 02:11 hieuhuynh93