-
Notifications
You must be signed in to change notification settings - Fork 844
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
[Docs] filter_group_multi: update multi select example to be functional #4178
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? |
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_4178/ |
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 for this @Phizzard!
A couple changes requested to make the example more consistent, but the basics are all there.
Would it be cool if this PR could be labelled |
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_4178/ |
I would say that this only partially fixes #4165. It is updating the count of the That said, I'm totally fine merging this in as a partial fix. But wanted to open it up to the opportunity to hook it all up as a fully-working example. |
Jenkins, test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_4178/ |
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.
This is in a good state, so I'll go ahead and merge it.
@Phizzard, if you're looking to make some more contributions, feel free to do a follow-up PR that address the other parts of this example that Caroline mentioned: search, loading, empty state.
Thanks again.
…al (elastic#4178) * docs(filter_group_multi): update multi select example to be functional * fix(filter_group_multi): add working multi select example * add elastic#4178 to changelog * Remove extra space from cl Co-authored-by: Caroline Horn <549577+cchaos@users.noreply.github.com>
Summary
Fixes (partially) #4165
Updates Multi Select example with
EuiFilterSelect
andEuiFilterSelectGroup
.The list in the example has been updated to state so the example component can re-render as the item state updates. However, I noticed that it seems the
EuiFilterSelectGroup
doesn't re-render until you click off of the pop up containing theEuiFilterSelectItem
s.Wondering if there's something missing from my updates or if it's something more underlying with the components?
Checklist