mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 16:28:00 +08:00
9 lines
No EOL
437 B
HTML
9 lines
No EOL
437 B
HTML
<textarea class="i18n" rows="5" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
|
|
data-bind="value: value, enable: enable, attr: { 'placeholder': placeholder, 'rows': rows, 'spellcheck': spellcheck ? 'true' : 'false' }, css: className"></textarea>
|
|
<!-- ko if: triggered -->
|
|
|
|
<div data-bind="component: {
|
|
name: 'SaveTrigger',
|
|
params: { value: trigger, verticalAlign: 'top' }
|
|
}"></div>
|
|
<!-- /ko --> |