I am trying to get the Datepicker working properly. I have a CFv5 gdatetimepicker field created with a validation required set to Yes. In Extra Params I have data-start_date=<?php echo date("Y-m-d"); ?>.
The Datepicker appears as expected when one clicks in the field blank field.
[attachment=0]gdatetimepicker required field.PNG[/attachment]
If I choose a date within the shown month everything works fine, but if I click on the > to change the month I get:
[attachment=1]gdatetimepicker required field change month warning.PNG[/attachment]
I have not left the field and am in the process of setting a date.
Why does the Required warning popup when I change the Datepicker's month?
CFv4 MooTools Datepicker did not behave like this.
This does not happen if I prefill the text portion of the field with the current date, but I don't want that and would like the field to remain empty until an actual date is selected.
The Datepicker appears as expected when one clicks in the field blank field.
[attachment=0]gdatetimepicker required field.PNG[/attachment]
If I choose a date within the shown month everything works fine, but if I click on the > to change the month I get:
[attachment=1]gdatetimepicker required field change month warning.PNG[/attachment]
I have not left the field and am in the process of setting a date.
Why does the Required warning popup when I change the Datepicker's month?
CFv4 MooTools Datepicker did not behave like this.
This does not happen if I prefill the text portion of the field with the current date, but I don't want that and would like the field to remain empty until an actual date is selected.