diff --git a/bi/case.js b/bi/case.js index 090ee58aa..7a8f9ea43 100644 --- a/bi/case.js +++ b/bi/case.js @@ -6922,6 +6922,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) }, diff --git a/docs/case.js b/docs/case.js index 090ee58aa..7a8f9ea43 100644 --- a/docs/case.js +++ b/docs/case.js @@ -6922,6 +6922,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) }, diff --git a/src/case/editor/editor.sign.initial.js b/src/case/editor/editor.sign.initial.js index 16f07b5fd..2c8023b57 100644 --- a/src/case/editor/editor.sign.initial.js +++ b/src/case/editor/editor.sign.initial.js @@ -18,6 +18,8 @@ BI.SignInitialEditor = BI.inherit(BI.Widget, { allowBlank: true, watermark: "", errorText: "", + value: "", + text: "", height: 30 }) },