From 0fd5a177b0f5d0c22eb7abee94fb552c731ae319 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Tue, 29 Oct 2024 15:38:15 +0300 Subject: [PATCH] For bug 65932 --- apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js b/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js index 3f05ace2b5..2d382a4f66 100644 --- a/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js +++ b/apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js @@ -136,7 +136,7 @@ define([ this.txtExpectVal = new Common.UI.InputField({ el : $('#goal-seek-expect-val'), style : 'width: 100%;', - maskExp : /[0-9,\-]/, + maskExp : /[0-9,\.\-]/, allowBlank : true, validateOnChange: true });