I wanted to implement a basic form with text inputs, segment control and submit button. Now I want to validate the text inputs to either display error or move to next page on click of submit button. How to implement this design or any tool for the same?
2 Answers
Have a look at this project it has good patterns for form validation:
Comments
1] Check below project.It has good example for form validation :
Github Project
2] Example/Demo of above project :
Live Demo