-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiSelectable]: onSearch should also return visibleOptions #5178
[EuiSelectable]: onSearch should also return visibleOptions #5178
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? |
💚 CLA has been signed |
d719b6d
to
d938ddf
Compare
d938ddf
to
d309ec4
Compare
🙌 Welcome and thanks for the PR @eeston! Would you please sign the CLA linked below (if you haven't already). Be sure to use the same email address linked to your Github account. Also, if you can, please write a bit more in the description of the PR about how you went about fixing the linked issue, that would help us a lot in review. I've also unchecked a PR checklist item about prop autodocs, since I think we should add a prop comment explaining what But, I'll get our CI (Jenkins) started for you which will run our tests and get a preview built. Jenkins, test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_5178/ |
8bca6e8
to
428c65a
Compare
Hi @cchaos ! Thanks for the initial feedback. I've signed the CLA & I think I've covered everything I need to do in terms of prop autodocs. If there's anything else, please let me know. In terms of PR information, there's some information here #5165. It has the intial issue I raised and a quick chat with @thompsongl about how to address it. Quick summary: |
Thanks for the context. Sometimes it's just helpful to reiterate in the PR itself as to the final approach taken. Jenkins, test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_5178/ |
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_5178/ |
jenkins test this |
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; Thanks, @eeston!
Preview documentation changes for this PR: https://eui.elastic.co/pr_5178/ |
Thanks @thompsongl |
Fixes #5165
EuiSelectable
has no way (that I can see) of returning thevisibleOptions
list per character typed (withsearchable: true
). I've added this functionality toonSearch
so that it now returnsvisibleOptions
as the second parameter, as opposed to just thesearchValue
.Checklist
- [ ] Check against all themes for compatibility in both light and dark modes- [ ] Checked in mobile- [ ] Checked in Chrome, Safari, Edge, and Firefox- [ ] Checked Code Sandbox works for any docs examples- [ ] Added or updated jest tests- [ ] Checked for breaking changes and labeled appropriately- [ ] Checked for accessibility including keyboard-only and screenreader modes