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
Toggling the isQuickSelectOnly prop in EuiSuperDatePicker will trigger a full re-render when the selected range uses absolute dates (e.g. 2025-04-28T07:49:15.722Z).
This causes the quick select popover to unexpectedly close.
Impact and severity
Severity is low because it does not create any blockers. Affects Unified Search in Kibana with papercut-kind issue
Toggling the
isQuickSelectOnlyprop in EuiSuperDatePicker will trigger a full re-render when the selected range uses absolute dates (e.g.2025-04-28T07:49:15.722Z).This causes the quick select popover to unexpectedly close.
Impact and severity
Severity is low because it does not create any blockers. Affects Unified Search in Kibana with papercut-kind issue
Minimum reproducible sandbox
https://codesandbox.io/p/devbox/proud-fog-m6t4tx?workspaceId=ws_QbUjMNBh1UKYjrpTMMPPCg
good.mov
bad.mov
Expected behavior
The quick select popover remains open after clicking on it regardless of
isQuickSelectOnlybeing changed.Additional context