BSSC#91751 Ook bij gebruik van een native input[type=time] het veld [dat onder water de echte waarde bijhoudt] onchange bijwerken

svn path=/Website/branches/v2025.4/; revision=71139
This commit is contained in:
2025-12-03 15:31:27 +00:00
parent 32371c5a93
commit 887c41c38f

View File

@@ -480,7 +480,11 @@ function _FCLTcalendar (fieldID, params)
}
else
{ // Native activeren
$("#time_from_<%=fieldID%>").attr("type", "time")
$("#time_from_<%=fieldID%>")
.attr("type", "time")
.on("change", function() {
$(this).trigger("focusout");
});
}
$("#time_from_<%=fieldID%>").focusout(function () { time_show_onChange('time_from_<%=fieldID%>',