[ad_1]
Hello,
Try to replace the code:
submit : function(){
if (!this.firstLevelIsSelected()){
return;
}
with:
submit : function(){
if (!this.lastLevelIsSelected()){
return;
}
in the file:
wp-content/plugins/ymm-search/view/frontend/web/main.js
For category drop-down selects:
replace :
this.submitCategory(cId);
with:
// this.submitCategory(cId);
Then refresh your browser cache.
Stanislav
hmm… its still not working u can still search when you only select make
Its working i am just dumb. I didnt clear my browser cache. Thank you so much much love <3
