DateTimePicker change interval issues

When using a DateTimePicker on one of our offerings, as well as on our CR form, if we set the interval to 15 the portal doesn't save the input from that field.

We set it using this method and it does indeed set the interval:
$('input[data-control="dateTimePicker"]').kendoDateTimePicker({ interval: 15 <span>});</span> 

We haven't seen any errors from the portal and it snows nothing in user input.

Thank you!
6 replies