diff --git a/tests/app/ui/text-field/text-field.md b/tests/app/ui/text-field/text-field.md index e4f09e7a2..e4b2cc933 100644 --- a/tests/app/ui/text-field/text-field.md +++ b/tests/app/ui/text-field/text-field.md @@ -10,12 +10,8 @@ Using a TextField requires the text-field module. {%snippet require-textfield%} ### Binding two TextFields text property to observable view-model property. ```XML - - - {%raw%} - {%endraw%} - - +{%raw%} +{%endraw%} ``` {%snippet binding-text-property-textfield%} ## Creating a TextField @@ -34,3 +30,8 @@ Using a TextField requires the text-field module. {%snippet setting-secure-property%} ### Binding secure property directly to model {%snippet binding-secure-property%} +### Setting the maxLength property of a TextField +``` + + +``` \ No newline at end of file