Datetime widget not refreshing correctly

0
Hi All, I have an issue with the datetime picker widgets (date & time) not always displaying date & time on page load. I set the date & time fields and all seems fine when I save and close the page. I can see the correct values in the db: …. and in the homepage datagrid. However, if I go back into the record the values are not being displayed …….. sometimes!?!?: There seems to be some sort of lag with the widgets refreshing. If I go back and forth into the page a few times eventually the values appear in the widgets? Does anyone know what might be causing the issue?   Regards Adrian
asked
1 answers
0

Hi Adrian,

I ran into something simular. For me the following fix worked: https://github.com/cdcharlebois/DatePair/issues/14

You can try editting the widget with this.

answered