-
Notifications
You must be signed in to change notification settings - Fork 842
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
[EuiComboBox] Added sortMatchesBy
prop
#3089
Conversation
Co-Authored-By: Caroline Horn <549577+cchaos@users.noreply.github.com>
@anishagg17 You'll still need to update the docs with the new prop name and add tests. |
Co-Authored-By: Caroline Horn <549577+cchaos@users.noreply.github.com>
Co-Authored-By: Caroline Horn <549577+cchaos@users.noreply.github.com>
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.
These will get the tests working.
There's also an eslint error in src-docs/src/views/combo_box/combo_box_example.js
that you'll want to fix
Co-Authored-By: Greg Thompson <thompsongl@users.noreply.github.com>
Co-Authored-By: Greg Thompson <thompsongl@users.noreply.github.com>
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3089/ |
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 looks great! Thanks!
sortMatchesBy
prop
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, @anishagg17
Just need to fix the merge conflict
jenkins test this |
Preview documentation changes for this PR: https://eui.elastic.co/pr_3089/ |
Summary
Fixes: #1767 & Fixes #652
added startingWith prop to combobox, it can be seen in action on the last combobox demo in the view section
Checklist
- [ ] Check against all themes for compatibility in both light and dark modes- [ ] Checked in mobile- [ ] Checked in IE11 and Firefox- [ ] Checked for breaking changes and labeled appropriately- [ ] Checked for accessibility including keyboard-only and screenreader modes