Saymai Adkins
Saymai Adkins
Saw the other issue reported before, https://github.com/formio/formio.js/issues/1352. So, I've tried setPristine(false) before doing the checkValidity() as well. Sometimes it works, sometimes it doesn't. We need to be able to check...
So I've tried using just the Javascript SDK + JSFiddle - https://jsfiddle.net/sthammav/y4r53Lzt/64/ . On initial load, in the on form change event, if you don't type anything, the isValid flag...
@edwinanciani That didn't work.. Tried it and the console log says the form is valid on load when it shouldn't be. https://jsfiddle.net/sthammav/y4r53Lzt/67/ 
@edwinanciani The use case is that we want to keep track of the state of whether the user has filled out all the required fields in the form, in ReactJS,...