Fix Bug 76326

This commit is contained in:
Julia.Radzhabova
2025-08-14 15:35:59 +03:00
parent 834c439577
commit 8e937e9baa

View File

@ -255,6 +255,7 @@ define([
validateOnChange : true,
validation : function () { return true; }
}).on ('changing', function (input, value) {
me._state.DateFormat = value;
me.lblExample.text(me.api.asc_getFieldDateTimeFormatExample(value));
});