Hi, the problem is not in input it’s on the database property you’re using to store the validation code, you should use “text” properties for codes because they’re basically strings, you won’t be performing calculations with’em, so do that and put the input type as normal, that’ll save you some headache,
Cheers.
2 Likes