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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,13 @@ Read more on `vue-form-generator`'s [instruction page](https://icebob.gitbooks.i
117
117
118
118
### Events
119
119
120
-
| Property value | Arguments | Description |
121
-
|--------------|---------|-----------|
122
-
|`input`|`String`, `Object`| Fires when the input changes with the argument is the object includes `{ number, isValid, country }`|
123
-
|`validate`|`Object`| Fires when the correctness of the phone number changes (from `true` to `false` or vice-versa) and when the component is mounted `{ number, isValid, country }`|
124
-
|`blur`|| Fires on blur event|
125
-
|`space`|| Fires on keyup.spaceevent|
126
-
|`enter`|| Fires on keyup.enterevent|
120
+
| Property value | Arguments | Description | Notes |
121
+
|--------------|---------|-----------|-----|
122
+
|`input`|`String`, `Object`| Fires when the input changes with the argument is the object includes `{ number, isValid, country }`|`onInput` deprecated |
123
+
|`validate`|`Object`| Fires when the correctness of the phone number changes (from `true` to `false` or vice-versa) and when the component is mounted `{ number, isValid, country }`|`onValidate` deprecated |
124
+
|`blur`|| Fires on blur event|`onBlur` deprecated |
125
+
|`space`|| Fires on keyup.spaceevent|`onSpace` deprecated |
126
+
|`enter`|| Fires on keyup.enterevent|`onEnter` deprecated |
127
127
128
128
## Highlights & Credits
129
129
- Vue app created by [vue-cli](https://github.com/vuejs/vue-cli).
0 commit comments