]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
button: don't auto set selection model if explicitly set to false
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Apr 2020 17:10:12 +0000 (19:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Apr 2020 17:16:25 +0000 (19:16 +0200)
commit791f4ae3fb219b0af1ebd1065e9318d2d86ea309
treee1220b06533c84f7b39baf91452d674623631c6a
parent271171f81afe93f88393bd5857e3d7d578747075
button: don't auto set selection model if explicitly set to false

while one could use `selModel: null` to achieve this it feels really
weird that `selModel: false` could result in a selection model being
auto searched and set

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