File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ From NativeScript 5.x using this component will break the [NativeScript tab comp
12
12
13
13
##
14
14
15
- For N 7.0
15
+ For NativeScript 7.0+
16
16
* ` tns plugin add @nativescript-community/ui-material-textfield `
17
17
18
18
##
19
19
20
- For N 6.x
20
+ For NativeScript 6.x
21
21
* ` tns plugin add nativescript-material-textfield `
22
22
23
23
##
@@ -34,7 +34,7 @@ Be sure to run a new build after adding plugins to avoid any issues.
34
34
35
35
### Plain NativeScript
36
36
37
- < span style = " color : red " > IMPORTANT: </ span > _ Make sure you include ` xmlns:mdt="@nativescript-community/ui-material-textfield" ` on the Page element _
37
+ IMPORTANT: _ Make sure you include ` xmlns:mdt="@nativescript-community/ui-material-textfield" ` on the Page element. _
38
38
39
39
#### XML
40
40
@@ -108,7 +108,7 @@ Also, you can bind the text to some instance data using the `v-model` directive:
108
108
109
109
## Attributes
110
110
111
- Inherite from Nativescript [ TextField] ( https://docs.nativescript.org/ui/ns-ui-widgets /text-field ) so it already has all the same attributes
111
+ Inherite from Nativescript [ TextField] ( https://docs.nativescript.org/ui/components /text-field ) so it already has all the same attributes.
112
112
113
113
* ** variant** _ optional_
114
114
You can’t perform that action at this time.
0 commit comments