]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
edit window: add optional custom submit options
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 6 Mar 2024 14:04:24 +0000 (15:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Mar 2024 14:08:34 +0000 (15:08 +0100)
commit03e44f5b6041619f3bc1f315564836dcb75098e9
tree73ca2e09cd5446bebb5182f9d6099a600b585964
parent8d161ac19cf1c052450d56bf42b8a91db5447b50
edit window: add optional custom submit options

sometimes it's necessary or handy to add custom options to the submit
api call (e.g. timeout). So just expose a `submitOptions` where users
of the edit window can put their custom options.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/window/Edit.js