-
Notifications
You must be signed in to change notification settings - Fork 734
SearchInput component #3530
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
base: master
Are you sure you want to change the base?
SearchInput component #3530
Conversation
src/components/searchInput/types.ts
Outdated
/** | ||
* custom loader element | ||
*/ | ||
renderLoaderElement?: (props?: any) => React.ReactElement; |
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.
customLoader / loaderElement, I don't think you need to pass back the props here
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.
?
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.
You didn't change the prop here at all, not the name and not the type... why is it a function if you don't return anything?
Description
New SearchInput component
Snapshot version:
7.39.0 - 6623
Changelog
New SearchInput component
Additional info
None