]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
improve multiselect behaviour for checkboxmodel
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 22 Apr 2020 07:26:23 +0000 (09:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Oct 2020 11:24:45 +0000 (13:24 +0200)
commit98d894d85adf54899a80d1d1dec3d5985c097b46
tree7a92a553af11638868ff690c8537c5483cc2d579
parent31780db0bbfa7e4b8a27a113afdf0b024686e204
improve multiselect behaviour for checkboxmodel

when using the mode 'MULTI' for the checkbox selection model,
clicking a row would deselect all others, only clicking exactly on the
checkbox would select multiple rows

this override makes the whole cell of the checkbox behave like the
checkbox. This minimizes misclicks from the user.

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