Well the setValue is just to a wappler variable, that is naturally just a parameter of a server connect API, this is an old page that i’ve come back to recently to fix some bugs and it’s just something i’ve noticed.
there’s not too many moving parts with this so i’d have thought it would be fairly simply to see if its working or not. I appreciate you testing it on your end though
It’s difficult to say, if you also have the source map files of datepicker then you can click on the error to see where in the source code the error is generated. In the screenshot I only see that is is trying to read a property fn from an object that is undefined. The second error is probably a result of the first error and daterangepicker is never defined and also the cause that the picker isn’t working.
May sound trivial but are you sure the date range picker .js links are included in your template page, so easy to forget to save the header when adding new components