Saymai Adkins

Results 4 comments of 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/ ![image](https://user-images.githubusercontent.com/15822738/157887402-cbcd6ac5-d14d-4a62-ba9d-7a0547c15989.png)

@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,...