Apply #2199 to 4.1

This commit is contained in:
Bob den Otter
2020-11-30 18:41:40 +01:00
parent bb1c1fe1a3
commit 5d32491c71
@@ -14,7 +14,6 @@
<!-- This hidden input is actually what gets submitted. It submits "true" when checked, and "false" when not checked -->
<!-- It exists because we need an "unchecked" value submitted. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox -->
-->
<input type="hidden" :value="liveValue" :name="name" />
</div>
</div>