Two dropdown button and search button to display results.
Hi I am trying to create a search feature where users select two separate inputs from the drop down buttons and then click the search button to display the results in a "list" screen. I am not sure how to proceed with this. Please help me.
Example:
{Select State} Present in DB
{Select City} Present in DB
{Search Button}
{Show Relate Info in a list}
These have input component and not the two drop down components that I wish to use for my search. I have a database that would display results based on what user selects from the two drop downs and clicking the search button. The results then would be displayed on the list component.
Hi I have used this js for my "before sens": return '{"state":"'+value+'"}'; But when I try to map my city too the same where clause it doesn't work... Do I have to create second where clause??? Please help