I have this problem with my drop down date picker. I have a drop down with two datepickers, and once i select my date from either one, the drop down closes. I also have a function to auto populate the Check-Out date with the next day chosen in the Check-in field.
I researched a method of stopping the datapicker’s click event from bubbling up in the DOM tree using “event.stopPropagation()”. I’ve tried it in JS fiddle first to test and now that i have it working there, i transfer the same exact JS over to my Webflow site and it still doesn’t seem to work.
Additionally, i have the same problem with another component in the same drop down. The Promo Code section also has another drop down field that closes once you click into the field.
Here is the resource i’ve used:
Here is the link to my working example in JS fiddle:
http://jsfiddle.net/VC288/26/
And here are my preview links:
http://arrazzo2.webflow.io/
https://preview.webflow.com/preview/arrazzo2?preview=bfbb06529ee9779472f27e4505e8a806
Any help is much appreciated!