-
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
[Console] Fix autocomplete on typing in every letter #171952
Conversation
💚 Build Succeeded
Metrics [docs]Async chunks
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.
Thanks a lot for fixing this issue, @sakurai-youhei!
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
Closes elastic#171951 ## Summary This PR fixes autocomplete to show suggestions even if user types in every letter. ![autocomplete-typing-in](https://github.com/elastic/kibana/assets/721858/c2d2dfb9-bc81-4285-b5c1-444d634f9af2) ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios ### For maintainers - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) ## Release note Fixes autocomplete to show suggestions even if user types in every letter (cherry picked from commit 1f5a3a0)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…#172176) # Backport This will backport the following commits from `main` to `8.11`: - [[Console] Fix autocomplete on typing in every letter (#171952)](#171952) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Youhei Sakurai","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-11-29T14:22:14Z","message":"[Console] Fix autocomplete on typing in every letter (#171952)\n\nCloses #171951\r\n\r\n## Summary\r\n\r\nThis PR fixes autocomplete to show suggestions even if user types in\r\nevery letter.\r\n\r\n![autocomplete-typing-in](https://github.com/elastic/kibana/assets/721858/c2d2dfb9-bc81-4285-b5c1-444d634f9af2)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes autocomplete to show suggestions even if user types in every\r\nletter","sha":"1f5a3a08a53d3d60cae0eb2aa310ff90217436f7","branchLabelMapping":{"^v8.12.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","Feature:Console","release_note:fix","Team:Deployment Management","backport:prev-minor","v8.12.0"],"number":171952,"url":"https://github.com/elastic/kibana/pull/171952","mergeCommit":{"message":"[Console] Fix autocomplete on typing in every letter (#171952)\n\nCloses #171951\r\n\r\n## Summary\r\n\r\nThis PR fixes autocomplete to show suggestions even if user types in\r\nevery letter.\r\n\r\n![autocomplete-typing-in](https://github.com/elastic/kibana/assets/721858/c2d2dfb9-bc81-4285-b5c1-444d634f9af2)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes autocomplete to show suggestions even if user types in every\r\nletter","sha":"1f5a3a08a53d3d60cae0eb2aa310ff90217436f7"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.12.0","labelRegex":"^v8.12.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/171952","number":171952,"mergeCommit":{"message":"[Console] Fix autocomplete on typing in every letter (#171952)\n\nCloses #171951\r\n\r\n## Summary\r\n\r\nThis PR fixes autocomplete to show suggestions even if user types in\r\nevery letter.\r\n\r\n![autocomplete-typing-in](https://github.com/elastic/kibana/assets/721858/c2d2dfb9-bc81-4285-b5c1-444d634f9af2)\r\n\r\n### Checklist\r\n\r\n- [x] [Unit or functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere updated or added to match the most common scenarios\r\n\r\n### For maintainers\r\n\r\n- [x] This was checked for breaking API changes and was [labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n\r\n## Release note\r\n\r\nFixes autocomplete to show suggestions even if user types in every\r\nletter","sha":"1f5a3a08a53d3d60cae0eb2aa310ff90217436f7"}}]}] BACKPORT--> Co-authored-by: Youhei Sakurai <[email protected]>
Closes #171951
Summary
This PR fixes autocomplete to show suggestions even if user types in every letter.
Checklist
For maintainers
Release note
Fixes autocomplete to show suggestions even if user types in every letter