Skip to content

Commit

Permalink
Merge pull request 'For bug 65932' (#104) from fix/bugfix into hotfix…
Browse files Browse the repository at this point in the history
…/v8.2.1
  • Loading branch information
Julia Radzhabova committed Oct 29, 2024
2 parents 89c7916 + 0fd5a17 commit 0f6374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spreadsheeteditor/main/app/view/GoalSeekDlg.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down

0 comments on commit 0f6374b

Please sign in to comment.