when i just setup the format for the date picker, it works fine…however, when i add that i only want the dates from today -10 days to be selectable, the date picker disappears after about 2 seconds.
Here is the code i am using <div class="col-12"> <input id="date1" name="date1" is="dmx-date-picker" dmx-bind:mindate="var1.datetime.addDays(-10)"> </div>
ahhh…that is correct as well. i changed the datetime variable to Days and put the code back to the original way and it worked as it should. And its crazy…i saw this previously but never changed it to test it out.