tbel: validation "foreach" default value in JS function

This commit is contained in:
nickAS21 2023-04-20 16:54:41 +03:00
parent 100e3f3d49
commit 2ae4db34bc

View File

@ -95,7 +95,7 @@ export class JsFuncComponent implements OnInit, OnDestroy, ControlValueAccessor,
@Input() helpId: string; @Input() helpId: string;
@Input() scriptLanguage: ScriptLanguage = ScriptLanguage.TBEL; @Input() scriptLanguage: ScriptLanguage = ScriptLanguage.JS;
private noValidateValue: boolean; private noValidateValue: boolean;
get noValidate(): boolean { get noValidate(): boolean {