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: README.md
+6-7Lines changed: 6 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1195,17 +1195,16 @@ ngOnInit() {
1195
1195
1196
1196
## Text Masks
1197
1197
1198
-
Whenever an `<input>` element needs to be filled in a predefined value format, text masks make a nice form enhancement to guide the user.
1198
+
Whenever an `<input>` element needs to be filled in a predefined format, text masks can make a nice form enhancement.
1199
1199
1200
-
Since Angular does not deliver an appropriate feature by default, NG Dynamic Forms integrates an external [**TextMaskdirective**](https://github.com/text-mask/text-mask).
1200
+
Since Angular does not deliver an appropriate feature by default, NG Dynamic Forms integrates [**ngx-mask**](https://github.com/JsDaddy/ngx-mask).
1201
1201
1202
-
That's why most UI packages demand one additional peer dependency to be installed:
1202
+
That's why some UI packages demand one additional peer dependency to be installed:
1203
1203
```
1204
1204
npm install ngx-mask --save
1205
1205
```
1206
1206
1207
1207
You're now capable of adding a `mask` property to any `DynamicInputModel` according to [Text Mask docs](https://github.com/text-mask/text-mask/blob/master/componentDocumentation.md#mask):
0 commit comments