Skip to content

fs-phone-input

Props

Prop nameDescriptionTypeValuesDefault
select选择框参数{
width?: string;
placeholder?: string;
[key: string]: any;
}
-
input号码框参数{
placeholder?: string;
[key: string]: any;
}
-
modelValue输入输出值PhoneInputValue-
onlyCountries仅限哪些国家Array-
ignoredCountries忽略哪些国家Array-
priorityCountries优先哪些国家Array-
clearableboolean-
filterableboolean-
defaultCountry默认国家string-"CN"
disabledboolean-
readonlyboolean-

Events

Event namePropertiesDescription
change
input
update:modelValue