SingleDropdownList search #1809
Unanswered
redlinecodes
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We want to use 4 SingleDropdownList components to enable users to select their year, make, model and engine of their vehicle from our vehicles index and then perform a search on our main data index with the user selected options from the 4 SingleDropdownList components.
We have the 4 SingleDropdownList components ready to go hooked up to our vehicles index. That part is working. We are trying to figure out how to perform a search with those selected options on our main data index? Do we have to incorporate a DataSearch component somehow? Is it even possible within Reactivesearch?
Beta Was this translation helpful? Give feedback.
All reactions