Ben Hood
Ben Hood
Thanks for the heads up - it's good to see that you'll re-live this project :-) Right now I have a problem that this library solves to about 80% -...
+1 for BSD support
It feels like this can follow on from #348 once it lands. We can start thinking about what the API would look like by sketching it out a bit.
I would also like to see a variant of `validate()` without side effects, so that I can use the partial validation state to trigger the rendering of other controls outside...
On looking into this a bit further, it turns out that you can re-use the validation rules on a copy of the underlying form data without triggering error highlighting: ```js...
Has anybody come across any mutation examples in external repos?