Skip to content

Commit 807ed62

Browse files
committed
Add new prop: customValidate to README
1 parent 8d9809a commit 807ed62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Read more on `vue-form-generator`'s [instruction page](https://icebob.gitbooks.i
181181
| `required` | `Boolean` | `false` | Required property for HTML5 required attribute |
182182
| `validCharactersOnly` | `Boolean` | `false` | Only allow valid characters in a phone number (will also verify in `mounted`, so phone number with invalid characters will be shown as an empty string) |
183183
| `wrapperClasses` | `String` | `Array` | `Object` | `''` | Custom classes for the wrapper |
184+
| `customValidate` | `Boolean` | `RegExp` | `false` | Custom validation RegExp for input, available from [v4.1.0](https://github.com/EducationLink/vue-tel-input/releases/tag/v4.1.0) |
184185

185186
### Events
186187

0 commit comments

Comments
 (0)