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: ngx-numeric-range-form-field/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ngx-numeric-range-form-field
2
2
3
-
An Angular Material UI numeric range input form field. It is based on custom form field control and control value accessor which allows inserting range numbers, minimum and maximum.
3
+
An Angular Material UI numeric range input form field. Implementation is based on custom form field and control value accessor which allows inserting range numbers - minimum and maximum.
4
4
5
5

6
6
@@ -16,8 +16,8 @@ An Angular Material UI numeric range input form field. It is based on custom for
16
16
# Feature
17
17
18
18
- Two inputs as one field.
19
-
-Auto range validation.
20
-
-Supports reactive forms.
19
+
-Reactive form field.
20
+
-Auto range validation & custom validation.
21
21
22
22
**[View live demo on StackBlitz.](https://ngx-numeric-range-form-field.stackblitz.io)**
Copy file name to clipboardExpand all lines: ngx-numeric-range-form-field/projects/ngx-numeric-range-form-field/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ngx-numeric-range-form-field
2
2
3
-
An Angular Material UI numeric range input form field. It is based on custom form field control and control value accessor which allows inserting range numbers, minimum and maximum.
3
+
An Angular Material UI numeric range input form field. Implementation is based on custom form field and control value accessor which allows inserting range numbers - minimum and maximum.
4
4
5
5

6
6
@@ -16,8 +16,8 @@ An Angular Material UI numeric range input form field. It is based on custom for
16
16
# Feature
17
17
18
18
- Two inputs as one field.
19
-
-Auto range validation.
20
-
-Supports reactive forms.
19
+
-Reactive form field.
20
+
-Auto range validation & custom validation.
21
21
22
22
**[View live demo on StackBlitz.](https://ngx-numeric-range-form-field.stackblitz.io)**
0 commit comments