mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Fix Bug 76326
This commit is contained in:
@ -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));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user