You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Form component item when we call updateData and the field which we update use's render method the render doesn't called but the value correctly change's
This is expected. We do not rerender components when the updateData function is called. So, it is necessary to rerender the form completely. You can use our repaint function for this purpose:
Bug Report
In Form component item when we call updateData and the field which we update use's render method the render doesn't called but the value correctly change's
Package versions:
Steps to reproduce:
https://codesandbox.io/s/zen-rgb-h3mdc?file=/src/index.js
Current behavior:
Expected behavior:
Screenshots:
The text was updated successfully, but these errors were encountered: