fix .value

This commit is contained in:
the-djmaze 2024-09-23 14:08:06 +02:00
parent d1b4fa2c18
commit cf692e49b4
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
<!-- rfc5463 --> <!-- rfc5463 -->
error error
<input type="text" data-bind="textInput: message.value"> <input type="text" data-bind="textInput: message">

View file

@ -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>