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 });