Skip to content

Commit

Permalink
Change defaultButton type to "button"
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ddb52a)
  • Loading branch information
matthew-darby authored and nul800sebastiaan committed Dec 15, 2020
1 parent 92fd623 commit 7b32aeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
hotKeyWhenHidden: true,
labelKey: vm.submitButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{
Expand Down

0 comments on commit 7b32aeb

Please sign in to comment.