]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - panel/InputPanel.js
input panel: call setValue on all fields
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 May 2020 19:17:22 +0000 (21:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 May 2020 19:17:25 +0000 (21:17 +0200)
commit50e8bf441998bd9b562d3aacf518fa3b6eb930ff
tree85dce622bd883cc58118d3722111865ccb2fcda4
parenta307714b53d7e9bbb9a589fb19911b0cd14af206
input panel: call setValue on all fields

Fixes the displayedit field and makes some rarer case much easier to
do. Normally we only need this if there are two viewmodel synced
fields, where only one is enabled at a time..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
panel/InputPanel.js