Closed Maxim-Chugaev closed 4 years ago
Hey. It seems like Field component doesn't work correctly. value hasn't been updating
Would either of you be able to put together a reproduction on codesandbox?
i was created repository with problem demonstration. https://github.com/Maxim-Chugaev/vue-simple-form-problem
Interesting problem. It seems as though the custom component doesn't get rerendered, although the new state does get capture by SimpleForm (you can verify this by inspecting the result of he validate or handleSubmit callbacks).
I will try to take a look later and see why that is.
This should be fixed in the latest version.
thx, good job!
@lolenko does this fix your issue?
This is not work for me with vue 2.5.16.