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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,8 +115,8 @@ Read more on `vue-form-generator`'s [instruction page](https://icebob.gitbooks.i
115
115
|`dropdownOptions`|`Object`|`{ disabledDialCode: false, tabindex: 0 }`| Options for dropdown, supporting `disabledDialCode` and `tabindex`|
116
116
|`inputOptions`|`Object`|`{ showDialCode: false, tabindex: 0 }`| Options for input, supporting `showDialCode` (always show dial code in the input) and `tabindex`|
117
117
|`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) |
118
-
|`mode`|`String`|`''`| Format number to `'International'` (with+ dial code) or `'National'` (with0...), available from [v3.1.0](https://github.com/EducationLink/vue-tel-input/releases/tag/v3.1.0) |
119
-
|`dynamicPlaceholder`|`Boolean`|`false`| Placeholder as a sample phone number in the current country, available from [v3.1.0](https://github.com/EducationLink/vue-tel-input/releases/tag/v3.1.0) |
118
+
|`mode`|`String`|`''`| Format number to `'International'` (with+ dial code) or `'National'` (with0...), available from [v3.1.1](https://github.com/EducationLink/vue-tel-input/releases/tag/v3.1.1) |
119
+
|`dynamicPlaceholder`|`Boolean`|`false`| Placeholder as a sample phone number in the current country, available from [v3.1.1](https://github.com/EducationLink/vue-tel-input/releases/tag/v3.1.1) |
0 commit comments