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
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,7 +163,6 @@ Read more on `vue-form-generator`'s [instruction page](https://icebob.gitbooks.i
163
163
|`defaultCountry`|`String`|`''`| Default country, will override the country fetched from IP address of user |
164
164
|`disabled`|`Boolean`|`false`| Disable input field |
165
165
|`disabledFetchingCountry`|`Boolean`|`false`| Disable fetching current country based on IP address of user |
166
-
|`disabledFormatting`|`Boolean`|`false`| Disable formatting the phone number in the input, the formatted result still be accessible by `formattedNumber` returned from `onInput` event |
167
166
|`dropdownOptions`|`Object`|`{ disabledDialCode: false, tabindex: 0 }`| Options for dropdown, supporting `disabledDialCode` and `tabindex`|
168
167
|`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)|
169
168
|`enabledCountryCode`|`Boolean`|`false`| Enable country code in the input |
0 commit comments