snappymail/rainloop/v/0.0.0/app/templates/Views/Components/Input.html

14 lines
469 B
HTML
Raw Normal View History

2015-03-21 04:23:41 +08:00
<input class="i18n" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
2016-06-11 06:20:09 +08:00
data-bind="textInput: value, attr: {'placeholder': placeholder}, enable: enable, css: className" />
2014-10-29 06:05:50 +08:00
<!-- ko if: labeled -->
&nbsp;
2015-03-21 04:23:41 +08:00
<span class="i18n" data-bind="attr: {'data-i18n': label}"></span>
&nbsp;
2014-10-29 06:05:50 +08:00
<!-- /ko -->
<!-- ko if: triggered -->
&nbsp;
<div data-bind="component: {
name: 'SaveTrigger',
params: { value: trigger }
}"></div>
2014-10-29 06:05:50 +08:00
<!-- /ko -->