-
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
Convert EuiSearchBar to TypeScript #2909
Convert EuiSearchBar to TypeScript #2909
Conversation
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
I've merged in master. Any chance of a review? |
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
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 again for taking this on! ❤️
Some questions, couple definite suggestions.
@chandlerprall back to you for re-review. |
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
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! Found two more, after which I'll test these all of this against the existing usages in Kibana.
src/components/search_bar/filters/field_value_selection_filter.tsx
Outdated
Show resolved
Hide resolved
@chandlerprall back to you! 🏸 |
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
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.
Did a Kibana pass using these types which found a couple things around onChange
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
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.
Couple more changes requested then this is great to go.
@chandlerprall back to you. I also defined a |
Preview documentation changes for this PR: https://eui.elastic.co/pr_2909/ |
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.
Good to go; Thanks @pugnascotia for taking this on!
Convert
EuiSearchBar
to TypeScript.Also:
.ignore
file so thatripgrep
ignores the docs bundle.type:whatever
searches in the docs