Skip to content

Commit

Permalink
Fix time selection in EuiSuperDatePicker (#1704)
Browse files Browse the repository at this point in the history
* Update react-datepicker time selector to not _always_ scroll to preSelection time

* Update react-datepicker time selection scroll-into-view onMount logic

* revert props default changes I made for testing

* fix scroll issue

* fix ie issue

* A few more dark mode fixes (#1700)

* 9.2.0

* Updated documentation.

* Make EuiPopover's repositionOnScroll prop optional in TS (#1705)

* Make EuiPopover's repositionOnScroll prop optional in TS

* changelog

* fix range coloring

* Fix scrollTop target

* changelog
  • Loading branch information
chandlerprall authored Mar 11, 2019
1 parent 6f39bb6 commit cc4f3f9
Show file tree
Hide file tree
Showing 5 changed files with 7,013 additions and 12,176 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## [`master`](https://github.com/elastic/eui/tree/master)

No public interface changes since `9.2.1`.
**Bug fixes**

- Fixed `EuiSuperDatePicker` time selection jumping on focus ([#1704](https://github.com/elastic/eui/pull/1704))

## [`9.2.1`](https://github.com/elastic/eui/tree/v9.2.1)

Expand Down
Loading

0 comments on commit cc4f3f9

Please sign in to comment.