I have multiple input fields in a mobile (iOS and Android) app that I would like to validate.
Some I would only like numbers, others can’t contain special characters and some need to be doubles.
Does anyone know any classes that can handle this and manage an error message?
Cheers
You can do with restrict property of TextInput class.
(OR)
Your set TextInput errorString property like
It will show red border around textinput visual object and show will show when mouse over the textinput.
Do like