Skip to content

Commit d74c975

Browse files
textfield, misc
1 parent 6a078a2 commit d74c975

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/textfield/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ From NativeScript 5.x using this component will break the [NativeScript tab comp
1212

1313
##
1414

15-
For N 7.0
15+
For NativeScript 7.0+
1616
* `tns plugin add @nativescript-community/ui-material-textfield`
1717

1818
##
1919

20-
For N 6.x
20+
For NativeScript 6.x
2121
* `tns plugin add nativescript-material-textfield`
2222

2323
##
@@ -34,7 +34,7 @@ Be sure to run a new build after adding plugins to avoid any issues.
3434

3535
### Plain NativeScript
3636

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._
3838

3939
#### XML
4040

@@ -108,7 +108,7 @@ Also, you can bind the text to some instance data using the `v-model` directive:
108108

109109
## Attributes
110110

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.
112112

113113
* **variant** _optional_
114114

0 commit comments

Comments
 (0)