Robert Kuykendall
Robert Kuykendall
I'm glad we have a work-around, but is this something we can fix in Formsy? Is there a way to check before passing down ref?
@almarto Yeah a PR would be appreciated. I don't think I understand the issue but it sounds like a simple fix.
I'm open to the idea, but hesitant. A lot of code goes into lodash when you dive into it, and I know things like isPlainObject are especially complicated to re-create....
If anyone wants to outline the spec / API documentation for this feature so that it's easily implementable, we can accept pull requests for it. I see several ways to...
There is not, but it looks like it would be very easy to write in `Formsy.ts`. Something like this, I think: ```ts public get isPristine = () => { return...
Totally! I also added the `(pull request wanted)` tag so it might get done by myself or someone else. Whoever does it, thanks for the great suggestion!
@ipradella Would this be solved by https://github.com/formsy/formsy-react/issues/112 ?
The code is definitely far too different now, but the project is open to new PRs. I'm unsure of the feasibility of this, but it could be as easy as...
Unfinished and out of date PR, but useful reference for anyone who wants to take this on: https://github.com/formsy/formsy-react/pull/340
Yes, you probably can @1aerostorm. Please feel free to open a PR. If you have any questions I would happily answer them.