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
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
Create React App
Please describe your bug.
If I set up a controlled StepperField component, everything works swimmingly until I update the state from outside the onChange event of the component itself. The underlying value DOES update, but the UI does not. Subsequent changes to the ui controls will catch the component up however.
What's the expected behaviour?
External changes to StepperField value will update the UI accordingly.
Before creating a new issue, please confirm:
On which framework/platform are you having an issue?
React
Which UI component?
Other
How is your app built?
Create React App
Please describe your bug.
If I set up a controlled StepperField component, everything works swimmingly until I update the state from outside the onChange event of the component itself. The underlying value DOES update, but the UI does not. Subsequent changes to the ui controls will catch the component up however.
What's the expected behaviour?
External changes to StepperField value will update the UI accordingly.
Help us reproduce the bug!
Set up the App
Then go into the ui , click 'Set StepperFieldValue', then update the value using ui controls.
Code Snippet
See Repro Steps
Additional information and screenshots
This seems closely related to #1284, but opened as a separate issue in case they're not the same underlying issue.
The text was updated successfully, but these errors were encountered: