See also in the Vue.js documentation for more details.
When the user edits the text in the widget, the value of the text property is automatically updated. When the text property in changed by code, the input widget is also updated.
The v-model directive can be used with many different input widgets, including , , , , , , , and . In case of a Checkbox, the value of the property is either true or false. In case of RadioButtons and DropdownList, the value is the index of the selected radio button or item.
The v-model directive can also be used with .
See also in the Vue.js documentation for more details.