mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
14 lines
No EOL
467 B
HTML
14 lines
No EOL
467 B
HTML
<input class="i18n" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
|
|
data-bind="pikaday: value, attr: {'placeholder': placeholder}, enable: enable, css: className" />
|
|
<!-- ko if: labeled -->
|
|
|
|
<span class="i18n" data-bind="attr: {'data-i18n': label}"></span>
|
|
|
|
<!-- /ko -->
|
|
<!-- ko if: triggered -->
|
|
|
|
<div data-bind="component: {
|
|
name: 'SaveTrigger',
|
|
params: { value: trigger }
|
|
}"></div>
|
|
<!-- /ko --> |