-
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
Adding prepend and append to EuiSuperSelect #3167
Adding prepend and append to EuiSuperSelect #3167
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_3167/ |
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.
Code changes LGTM! Docs work as expected
Preview documentation changes for this PR: https://eui.elastic.co/pr_3167/ |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3167/ |
Hi @cchaos, I tried a different approach. Now I'm adding the I also added a test. |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3167/ |
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, though I think the PR is out of date with master as the Changelog is incorrect.
Preview documentation changes for this PR: https://eui.elastic.co/pr_3167/ |
Summary
This PR adds a
prepend
andappend
toEuiSuperSelect
. And it's required to finish theEuiColorPalettePicker
.It can be tested in the Super Select States section of the docs.
Checklist
[ ] Checked in mobile[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes