We have an odd cosmetic issue with the field tooltips for date fields that we have enhanced with jquery UI datepicker (see screenshot)
If we add the jquery datepicker to the date Control, the field tooltip is not rendered anymore. If we don’t add the jquery datepicker, the tooltip renders just fine
We are using the Apr. 5 2016 Version DFFS 4.365
Datepicker Definition in custom JS
function initDatePickerLayout(){
var dp8 = $(“#dffs_cmDateExpiration”).find(“input”);
dp8.datepicker({showWeek: true,changeMonth: true,numberOfMonths: 3,changeYear: true,firstDay: 1});
This is not totally critical, but maybe you have an idea right away?