-
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
A few prop export fixes #2869
A few prop export fixes #2869
Conversation
- Also added `id` to the `Option` type - Setting `searchable` to required but adding a default of false
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.
One nit, one question.
Pulled, built eui.d.ts locally to confirm exports, tested docs+props changes locally.
…buttons Updated selectable's Option type to reflect div vs button realities
Preview documentation changes for this PR: https://eui.elastic.co/pr_2869/ |
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.
Changes LGTM; pulled & tested locally, built & verified eui.d.ts
EuiSelectable
id
to theOption
typesearchable
to required but adding a default of falseEuiListGroup
Checklist
[ ] Check against all themes for compatibility in both light and dark modes[ ] Checked in mobile[ ] Checked in IE11 and Firefox[ ] Added documentation examples[ ] Added or updated jest tests[ ] Checked for breaking changes and labeled appropriately[ ] Checked for accessibility including keyboard-only and screenreader modes