File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Property | Type | Description
6
6
--------------- | ------------- | -----------
7
7
readonly | ` boolean ` | If true, the input field is read-only
8
8
placeholder | ` String ` | Placeholder text for input field
9
- min | ` Number ` | Minimum length of text (need ` validators.string ` )
10
- max | ` Number ` | Maximum length of text (need ` validators.string ` )
9
+ min | ` Number ` | Minimum length of value (need use ` validators.string ` )
10
+ max | ` Number ` | Maximum length of value (need use ` validators.string ` )
11
11
12
12
## Usage
13
13
A featured and required name input field, where the length of name must be between 3 and 50 characters
@@ -25,7 +25,7 @@ A featured and required name input field, where the length of name must be betwe
25
25
validator: validators .string
26
26
}
27
27
```
28
- Test field for website address with url validators
28
+ Text field for website address with url & string validator
29
29
``` js
30
30
{
31
31
type: " text" ,
@@ -37,4 +37,4 @@ Test field for website address with url validators
37
37
validators .url
38
38
]
39
39
}
40
- ```
40
+ ```
You can’t perform that action at this time.
0 commit comments