Forum Discussion
joseph_crockett_doe
Mar 21, 2019Copper Contributor
SPFx web part form validation
We've built several web parts using SPFx, React, and the Office UI Fabric React controls to replace existing InfoPath forms. What are people using for form validation? Is there a popular JavaScr...
Toby Statham
Aug 05, 2019Brass Contributor
If you're using the latest version of React (16.8 >) then I'd have a look at React Hooks - https://reactjs.org/docs/hooks-intro.html
Here's a good example of using hooks for form validation, without the need for any other libraries
https://upmostly.com/tutorials/form-validation-using-custom-react-hooks
Maria Reinbach
Aug 05, 2019Copper Contributor
Toby Statham I will take a look. I heard about this recently from someone else. Thanks a bunch!