Skip to content

Commit

Permalink
fix(lib): error when applying function "reset" of v-form
Browse files Browse the repository at this point in the history
Error when applying function "reset" of v-form
  • Loading branch information
yogataiger committed Aug 26, 2020
1 parent 39a41f3 commit 30cdf78
Show file tree
Hide file tree
Showing 6 changed files with 359 additions and 336 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ Use the `vue-tel-input-vuetify` component:
| `placeholder` | `String` | `'Enter a phone number'` | Placeholder for the input |
| `preferredCountries` | `Array` | `[]` | Preferred countries list, will be on top of the dropdown. ie `['AU', 'BR']` |
| `required` | `Boolean` | `false` | Required property for HTML5 required attribute |
| `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) |
| `wrapperClasses` | `String` | `Array` | `Object` | `''` | Custom classes for the wrapper |

### Events
Expand Down
Loading

0 comments on commit 30cdf78

Please sign in to comment.