I try to get a 5 dropdown to be able to work both independently and together. After adding .between() in for dropdown#4 and 5, it now only work if there is an input for #4 and #5, the #1-#3 work won’t independently anymore, I’m a absolute beginner at this, any help would be much appreciate, Thank you everyone.
import wixData from ‘wix-data’;
export function button11_click(event) {
search();
}
Thank you so much it worked!!! , but there’s a little hiccup maybe, when I select the dropdown the result comes out only the first time I input it, when I changed up the input the second time, nothing comes. I tried adding the reset filter but that also don’t work it only works again when I refresh the page, may I ask what to do next?
//Reset Filter
export function resetButton_click_1 ( event ) {
$w ( "#propertiesDataset" ). setFilter ( wixData . filter ())
$w ( "#dropdown0" ). value = **undefined** ;
$w ( "#dropdown1" ). value = **undefined** ;
$w ( "#dropdown2" ). value = **undefined** ;
$w ( "#dropdown3" ). value = **undefined** ;
$w ( "#dropdown4" ). value = **undefined** ;