ejirocodes / vue3-otp-input

🐗 A fully customisable OTP input component for Vue 3.x
https://npm.im/vue3-otp-input
116 stars 25 forks source link

Added inputmode attribute #11

Closed victorybiz closed 2 years ago

victorybiz commented 2 years ago

Improvement to PR #10

This adds inputmode attribute to the top inputs and allows a browser to display an appropriate virtual keyboard.

The inputmode attribute is supported on devices running Chrome 66+ and iOS Safari 12.2+: https://caniuse.com/#search=inputmode

https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode

ejirocodes commented 2 years ago

I'll test this out on mobile devices and merge. Thanks a lot @victorybiz