You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/0.8/Two-way binding.md.hbs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ By default, a Ractive instance will update its internal model based on user inpu
5
5
6
6
If that's unhelpful for your app, you can disable it by passing `twoway: false` as an {{{createLink'options''initialisation option'}}}.
7
7
8
-
Two-way vinding can also be overridden on a per-element basis using the `twoway` directive e.g. `<inputvalue="\{{foo}}"twoway="false">`. If the `twoway` option is set to false, it can be overridden on a per-element bases using `twoway` as a boolean attribute e.g. `<inputvalue="\{{foo}}" twoway>` or `<inputvalue="\{{foo}}"twoway="true">`.
8
+
Two-way binding can also be overridden on a per-element basis using the `twoway` directive e.g. `<inputvalue="\{{foo}}"twoway="false">`. If the `twoway` option is set to false, it can be overridden on a per-element bases using `twoway` as a boolean attribute e.g. `<inputvalue="\{{foo}}" twoway>` or `<inputvalue="\{{foo}}"twoway="true">`.
0 commit comments