Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui-date-time-input): fix DateTimeInput displaying wrong value of …
…its value is changed in a onChange callback Closes: INSTUI-4406 I could only repropduce it in CodeSandbox, but according to React documentation setState is not deterministic. Backport of PR #1829 from InstUI v10 TEST PLAN: Make a DateTimeInput whose value changes in an onChange listerer on CodeSandbox. It should update properly
- Loading branch information