Use proper HTMLTemplateElement for all knockoutjs templates

This commit is contained in:
djmaze 2020-08-14 23:09:36 +02:00
parent efc2dd89e1
commit 29367a0ea7
5 changed files with 2 additions and 40 deletions

View file

@ -1,7 +0,0 @@
<label class="e-component e-checkbox inline" data-bind="css: { 'disabled': disable() || !enable() }">
<input type="checkbox" data-bind="checked: value, disable: disable() || !enable()" style="margin: 0 0 1px 0;" />
<!-- ko if: labeled -->
&nbsp;&nbsp;
<span class="sub-label i18n" data-bind="attr: {'data-i18n': label}, css: {'i18n-animation': labelAnimated}"></span>
<!-- /ko -->
</label>