]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
window/edit: add option to disable reset button
authorAaron Lauterer <a.lauterer@proxmox.com>
Mon, 15 Feb 2021 15:26:45 +0000 (16:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 13 Apr 2021 07:08:29 +0000 (09:08 +0200)
commit95bba12dec5f85f3f841b3c4dd52482a6c51ce2e
tree57c5627830f946066e7bbb70acd3ce5a4a89df5a
parentfd8ed0d84f27095c1b81173b810709c1cd8ab17b
window/edit: add option to disable reset button

Sometimes the reset button does not make sense and the isCreate option
does not fit as well because with it, the submit button will be enabled
right away instead of waiting for the form to be valid.

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/window/Edit.js