Change defaultButton type to "button"

This commit is contained in:
Matt Darby
2020-10-28 20:07:35 +00:00
committed by Owain Williams
parent 00a5df7ac5
commit 7ddb52a34f
3 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@
hotKeyWhenHidden: true,
labelKey: vm.submitButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{

View File

@@ -190,7 +190,7 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{

View File

@@ -111,7 +111,7 @@
hotKeyWhenHidden: true,
labelKey: vm.saveButtonKey,
letter: "S",
type: "submit",
type: "button",
handler: function () { vm.save(); }
};
vm.page.subButtons = [{