-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Uptime] Fix/filter group autocomplete #57686
[Uptime] Fix/filter group autocomplete #57686
Conversation
Pinging @elastic/uptime (Team:uptime) |
LGTM! I tested this by running the branch and ensuring that incremental typing worked for the items available in the filter groups. |
Great! Thank you. |
@elasticmachine merge upstream |
💛 Build succeeded, but was flaky
Test FailuresKibana Pipeline / kibana-xpack-agent / Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/endpoint/policy_list·ts.endpoint Endpoint Policy List shows policy count totalStandard Out
Stack Trace
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.. approved this time!
* added autocomplete * snaps Co-authored-by: Elastic Machine <[email protected]>
* added autocomplete * snaps Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
Summary
Fix #57669
Added incremental prop for EuiFieldSearch in Filtergroup, when user type something, it immediately reflects.