]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
fix #4951: accept undefined as value for the MultiDiskSelector
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 7 Sep 2023 12:18:05 +0000 (14:18 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 7 Sep 2023 15:49:38 +0000 (17:49 +0200)
commit9133d5b5f9932189cdb497580fe8e2de3b6bfb7f
treecdb9af3fb0b2ddfde8bfd25d7b56fac730dcb753
parenta5736f02e5d729e57f772b2e411f6488e3cd466f
fix #4951: accept undefined as value for the MultiDiskSelector

otherwise it tries to string split it and throws an exception

This can happen when there was no initial value and the form is reset.

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