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

Entries with alphanumeric values ​​are not accepted #48

Closed soareslssa closed 6 months ago

soareslssa commented 7 months ago

Input default was set to [0-9]. When the form is submitted, it invalidates entries with letters. Only numbers are allowed. Even setting the input-type to letter-numeric and the inputmode to text.

ejirocodes commented 6 months ago

@soareslssa, this issue has been fixed in #49

Please feel free to open again if it still occur