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
There is an issue in that if you change the state of the component it is in then it won't get the updated value. It would appear a change need to be made to componentWillReceiveProps() function to accept an update value.
Expectation is that the number in the field, in the example below, will end up being "+33 4 93 42 64 90":
While you can set the default value via:
There is an issue in that if you change the state of the component it is in then it won't get the updated value. It would appear a change need to be made to componentWillReceiveProps() function to accept an update value.
Expectation is that the number in the field, in the example below, will end up being "+33 4 93 42 64 90":
The text was updated successfully, but these errors were encountered: