Adding Dynamic MinDate to Date Picker Breaks it

Mac
PHP
MySQL

I have a date picker on a form that works as it should without a dynamic minDate set. But as soon as I add a minDate to it with the Dynamic Attributes the date picker won’t stay open. If I take off the minDate it works fine. But I need the dynamic min date set.

Here is my input code:

<input type="text" class="form-control form-control-sm" id="inputDateRequested" name="inputDateRequested" aria-describedby="input1_help" is="dmx-date-picker" format="YYYY-MM-DD" required="" dmx-bind:mindate="currantDate.datetime.addDays(30)" maxdate="2023-03-31">
Community Page
Last updated: