React-Final-Form: Set initialValues from props, form state resets on props change
问题 I have a component, that takes a balance prop, and this balance prop can change over time. I then have a React Final Form to send a transaction, with usual fields amount to send, receiver... And in my validate , I just check that the user has enough balance to send the transaction. However, if my balance changes when the user is inputting something, then the whole form resets. How would you only reset part of the form state? See this codesandbox for an example: https://codesandbox.io/s