flush datetimepicker value if loop selected

This commit is contained in:
jr-k 2024-05-07 13:55:58 +02:00
parent 1ce9b925fe
commit a40fab6b42

View File

@ -114,6 +114,7 @@ jQuery(document).ready(function ($) {
if (flushValue) {
$target.val('');
$datetimepicker.val('');
}
});