-
Notifications
You must be signed in to change notification settings - Fork 9
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
feat(custom): add onDropdownInputChange optional prop to FilterSearch #421
Conversation
Current unit coverage is 92.65223955712129% |
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.
@nmanu1 if you could take a look as well, I'd appreciate it!
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'll want to merge this PR into develop
rather than main
3f2edd1
to
5545f1f
Compare
.storybook/snapshots/__snapshots__/filtersearch--dropdown-sectioned.png
Outdated
Show resolved
Hide resolved
expose a callback prop to be called everytime after input changes in the FilterSearch component. This enables greater customization for our Locators that are built using FilterSearch primarily J=BACK-2765 TEST=manual
…havior, add documentation specify a type for the props passed into onDropdownInputSelect and pass back the searchFields used in the FilterSearch component so we can properly remove/keep the right filters J=BACK-2765 TEST=manual
fc0ac1b
to
ee26218
Compare
…pdownInputChange is specified ensure executeFilterSearch is not called in test when onDropdownInputChange is supplied J=BACK-2765 TEST=manual
81ed215
to
ff27627
Compare
J=BACK-2765 TEST=manual
ff27627
to
d177678
Compare
…o args move executeFilterSearch check to be outside a callback J=BACK-2765 TEST=manual
expose a callback prop to be called everytime after input changes in the FilterSearch component. This enables greater customization for our Locators that are built using FilterSearch primarily
J=BACK-2765
TEST=manual