-
Notifications
You must be signed in to change notification settings - Fork 843
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: Add buttons for clearing and opening/closing the combo box #698
Conversation
go ahead. Thanks |
@cchaos I'd keep it pointed down. |
Should I make that change, or is Design putting something together? |
@nreese I'll pull something together |
@nreese I created a PR against your fork |
@cchaos Thanks for the changes. |
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.
👍 Only comment is to make the first example have isClearable={true}. We normally like to show the first example with the default props. Right now it's set to false.
@snide Any ideas why CI is failing? All tests run locally |
jenkins test this |
Looks like this is happening in a couple PRs due to a docker issue. I'm off tomorrow, but you or @chandlerprall might want to ping the infra channel and @Crazybus (who set some of this up) for assistance. Likely someone there can help you. If this is blocking you, as long as the tests are passing locally feel free to merge, but usually that team is really quick, so I'm betting they can help out. |
jenkins test this |
jenkins test this |
@nreese Tests pass on this. Just needs a changelog update, then I think you're good to go. |
…rlying componenets change
* Added `onClear` prop to `EuiFormControlLayout` This will allow these extras to properly position according to what is visible and allow for other inputs to utilize it as well. * Adding `isClearable` back in * Adding onClose/onOpen back in and allowing a `onIconClick` prop on the EuiFormControlLayout that will then wrap the icon in a button.
fixes #681