Validations

Hello Champs,
I required to do validations in many forms in my current project. However I can see as of now there is no support for validation in ionic.
May I know are there any plans to include those, if yes in which version.

Regards,
Suhas

angularjs provides form validation -> ionic has form validation?

or what are you looking for?

also angular adds classes to inputs to style them.
https://docs.angularjs.org/guide/forms

classes are ng-invalid ng-invalid-[type] ng-dirty, ng-prestine, ng-valid …

I am looking for form validations in ionic. Is this possible. Can you please share an example
Regards,
Suhas

Form validation in Ionic === Form validation in Angular

1 Like

Thanks. This solved my problem for the validations.

Regards,
Suhas