This comes from the issue in connect-app https://github.com/appirio-tech/connect-app/issues/2448
The situation looks like this:
- We define the initial value of
TCFormFields.TextInput by the value property with the value from the Redux store
- After we edit
TCFormFields.TextInput using keyboard
- Update value in the Redux store on form submit
- So the updated value comes to the
TCFormFields.TextInput value property, but in some situations, it returns to the initial value which was before editing.
I cannot provide some proper steps to reproduce in isolation from connecta-app. So to reproduce it probably this issue in connect app may help https://github.com/appirio-tech/connect-app/issues/2448
This comes from the issue in connect-app https://github.com/appirio-tech/connect-app/issues/2448
The situation looks like this:
TCFormFields.TextInputby thevalueproperty with the value from the Redux storeTCFormFields.TextInputusing keyboardTCFormFields.TextInputvalueproperty, but in some situations, it returns to the initial value which was before editing.I cannot provide some proper steps to reproduce in isolation from connecta-app. So to reproduce it probably this issue in connect app may help https://github.com/appirio-tech/connect-app/issues/2448