mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 06:57:03 +03:00
fix .value
This commit is contained in:
parent
d1b4fa2c18
commit
cf692e49b4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
<!-- rfc5463 -->
|
<!-- rfc5463 -->
|
||||||
error
|
error
|
||||||
<input type="text" data-bind="textInput: message.value">
|
<input type="text" data-bind="textInput: message">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<!-- rfc6609 -->
|
<!-- rfc6609 -->
|
||||||
include
|
include
|
||||||
<input type="text" data-bind="textInput: value.value">
|
<input type="text" data-bind="textInput: value">
|
||||||
<label><input type="checkbox" data-bind="checked: global"> global</label>
|
<label><input type="checkbox" data-bind="checked: global"> global</label>
|
||||||
<label><input type="checkbox" data-bind="checked: once"> once</label>
|
<label><input type="checkbox" data-bind="checked: once"> once</label>
|
||||||
<label><input type="checkbox" data-bind="checked: optional"> optional</label>
|
<label><input type="checkbox" data-bind="checked: optional"> optional</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue