Passed buffer as 0 to fix extra gap in EuiSuperSelect#3685
Passed buffer as 0 to fix extra gap in EuiSuperSelect#3685elizabetdev merged 4 commits intoelastic:masterfrom
EuiSuperSelect#3685Conversation
|
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? |
EuiSuperSelect
Is your fork up-to-date with master branch? |
|
|
Jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3685/ |
|
jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3685/ |
|
jenkins test this |
|
Preview documentation changes for this PR: https://eui.elastic.co/pr_3685/ |
elizabetdev
left a comment
There was a problem hiding this comment.
Thanks, @shrey! Tested locally and it looks good. 🎉
Summary
Sent
bufferas 0 in theEuiSuperSelectcomponent to avoid extra spacing.Checklist
[ ] Check against all themes for compatibility in both light and dark modes[ ] Checked in mobile[ ] Checked in IE11 and Firefox[ ] Props have proper autodocs[ ] Added documentation[ ] Checked Code Sandbox works for the any docs examples[ ] Added or updated jest tests[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes@miukimiu Some ts related error is occurring, maybe y'all can take a look into it.

Closes #3565