Hey, guys, I have a query about one of my projects.
I’m trying to get a “numeric” Text Input. I know that on phone you can use the numeric keypad, but on computer I’m trying to prevent any letters going through moderation.
Please help as I’ve already tried viewing some videos. Did not help.
Great question. What kind of app are you working on? Are you usually having your users use a web app/
This is not possible to limit the type of input provided when using a web app UNLESS you include validation. you can include a validation function and fire it every time there is a change thus being able to remove the ‘illegal’ characters.