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
نام
نوع
country
Default country code, in ISO 3166-1 alpha-2 format.
نمایش مثالمخفی کردن مثال
vue
disabled
نمایش مثالمخفی کردن مثال
vue
error
An error message or boolean value indicating whether the input is in an error state.
نمایش مثالمخفی کردن مثال
vue
format
When set to `national`, the country indicator is omitted.
نمایش مثالمخفی کردن مثال
vue
height
The max height of the dropdown.
نمایش مثالمخفی کردن مثال
vue
icon
Default icon used when no country is selected/detected.
نمایش مثالمخفی کردن مثال
vue
item-height
The height of each dropdown item.
نمایش مثالمخفی کردن مثال
vue
rounded
The radius of the input.
نمایش مثالمخفی کردن مثال
vue
size
The 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