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...
Maria Reinbach
Jun 07, 2019Copper Contributor
joseph_crockett_doe I am also building SPFx web parts to replace legacy forms and doing manual validation on each component. I'd love to know an easier way. I am also struggling with the inconsistency in the properties available for validation in the different components. For example, the validateOnFocusOut and validateOnLoad properties exist for the TextField component but not the Dropdown component. I'm hoping for some consistency.