Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TCFormFields.TextInput doesn't update default value from updated prop #294

Open
maxceem opened this issue Aug 29, 2018 · 0 comments
Open

Comments

@maxceem
Copy link
Collaborator

maxceem commented Aug 29, 2018

This comes from the issue in connect-app appirio-tech/connect-app#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 appirio-tech/connect-app#2448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant