Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(date-picker): range mode clearing first value (#10168)
### Related Ticket(s) #10088 ### Description When a user clicked a range of calendar dates the first date would get cleared after clicking the second date. Before: ![Feb-27-2023 10-24-46](https://user-images.githubusercontent.com/20210594/221636241-e2af785f-9936-4a07-93a0-d98d5bef9b3a.gif) After: ![Feb-27-2023 10-22-48](https://user-images.githubusercontent.com/20210594/221635393-12029349-9683-4229-9898-b0daa4668da6.gif) ### Changelog **Changed** - downgraded flatpick to 4.6.9 ( the issue starts to appear in version 4.6.10) <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
- Loading branch information