EuiSuperDatePicker should show tooltip for the popover close event#3127
EuiSuperDatePicker should show tooltip for the popover close event#3127cchaos merged 13 commits intoelastic:masterfrom
Conversation
|
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
|
@ashikmeerankutty Please describe in the summary how you have fixed the issue. |
|
@cchaos Thanks for the review, updated the description with changes. Can you please review it. |
|
This is definitely a lot better than being overwhelmed by the tooltip. Two things that could make this even better, if we can get the popover stuff to function this way:
|
|
@chandlerprall Fixed both issues. Can you please review it now? |
|
Jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3127/ |
src/components/date_picker/super_date_picker/super_update_button.js
Outdated
Show resolved
Hide resolved
chandlerprall
left a comment
There was a problem hiding this comment.
Changes LGTM; pulled & tested in the docs
|
jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3127/ |
cchaos
left a comment
There was a problem hiding this comment.
LGTM functionally. Just have one change request for the prop description.

Summary
Fixes #3124; Fixes #1708
Added
isPopoverClosedprop toEuiSuperUpdateButtoncomponent that will return true if both the start and end popovers are closed.If there is a change in the value and the popover is closed the tooltip is displayed.
The
showToolTipfunction is not called for all update operations and is called only ifisPopoverClosedBefore
After
Checklist
- [ ] Added documentation examples- [ ] Checked for accessibility including keyboard-only and screenreader modes