-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hey @garth , it's taken me a long time to realize just how cool the UI driver you've built is. I think it is a huge step in the right direction!
That said, the documentation for it took me a while to wrap my head around. I think if you lead with a barebones example, it might be easier to understand than diving into an explanation of "why" and the internationalization stuff.
Also, I know that it is built to integrate without hassel into your material-component library, but I see no reason why it couldn't be marketed as a component-agnostic solution to fields+forms using cerebral (which it indeed is!).
I still have a few questions about the overall set-up as well.. First off, it looks as if validation is only run for the form on submit. Is it possible to run the validation after each component is "touched+blurred"?
Finally, do you think it would be possible to simplify some of the setup? I think with some work, the number of steps a new user has to take to set it up could be greatly reduced..
Overall awesome job. As I continue to try to understand all of it, I can hopefully start making some more informed suggestions :)