When I click on an input and make a change, the value is fixed to the 'value' attribute.
To Reproduce
Environment:
Happening with me too. The values of component update as the input value but the screen is not rendered with the new value.
We'll be covering this in Unform 2.0 tagged by branch 2.0. In the next release you'll have a method called setData and setFieldValue to set manually a value to any field inside the form.
We'll probably have Unform 2.0 in a couple weeks.
Unform released 2.0 馃帀
Now you can set an input value manually using the new form reference API.
Check this out: https://unform.dev/guides/get-set-field-value
Most helpful comment
We'll be covering this in Unform 2.0 tagged by branch 2.0. In the next release you'll have a method called
setDataandsetFieldValueto set manually a value to any field inside the form.We'll probably have Unform 2.0 in a couple weeks.