Ready to use phone input component with country code dropdown, with validation and formatting. The component extend the <BaseInput> component, so you can use all the props and events of the base component.
نمایش کدمخفی کردن کد
vue
The component provides a country dropdown to select the country code, you can use the country prop to set the default country, otherwise it will be detected from the user's input.
You can use the v-model:country notation to get the selected/detected country code.
نمایش کدمخفی کردن کد
vue
By default, the input value will be formatted in the international format, you can change this behavior with the format prop to change it to national.
نمایش کدمخفی کردن کد
vue
The component provides a @validation event to indicate if the input value is valid or not
نمایش کدمخفی کردن کد
vue
نمایش کدمخفی کردن کد
vue
نمایش کدمخفی کردن کد
vue
نمایش کدمخفی کردن کد
vue
نام
نوع
countryDefault country code, in ISO 3166-1 alpha-2 format.
نمایش مثالمخفی کردن مثال
vue
disabledنمایش مثالمخفی کردن مثال
vue
errorAn error message or boolean value indicating whether the input is in an error state.
نمایش مثالمخفی کردن مثال
vue
formatWhen set to `national`, the country indicator is omitted.
نمایش مثالمخفی کردن مثال
vue
heightThe max height of the dropdown.
نمایش مثالمخفی کردن مثال
vue
iconDefault icon used when no country is selected/detected.
نمایش مثالمخفی کردن مثال
vue
item-heightThe height of each dropdown item.
نمایش مثالمخفی کردن مثال
vue
roundedThe radius of the input.
نمایش مثالمخفی کردن مثال
vue
sizeThe size of the input.
نمایش مثالمخفی کردن مثال
vue
نام
نوع مقدار منتشر شده
@validationنمایش مثالمخفی کردن مثال
vue
@update:countryنمایش مثالمخفی کردن مثال
vue
نام
نوع پراپ اسلات
#country-labelنمایش مثالمخفی کردن مثال
vue
#country-placeholderنمایش مثالمخفی کردن مثال
vue
#country-itemنمایش مثالمخفی کردن مثال
vue
#actionنمایش مثالمخفی کردن مثال
vue
نام
نوع
validationنمایش مثالمخفی کردن مثال
vue
currentCountryنمایش مثالمخفی کردن مثال
vue
possibleCountriesنمایش مثالمخفی کردن مثال
vue
filterنمایش مثالمخفی کردن مثال
vue
filterRefنمایش مثالمخفی کردن مثال
vue
dropdownRefنمایش مثالمخفی کردن مثال
vue
inputRefنمایش مثالمخفی کردن مثال
vue