Open vaske opened 1 year ago
this seems to be same experience as https://github.com/iamstevendao/vue-tel-input/issues/393
@graemedewe was able to solve it with using
dropdownOptions={{
showFlags: true,
showDialCodeInList: true,
showDialCodeInSelection: true,
}}
and
onCountryChanged
Hi there,
I have one issue with phone numbers which are longer for example Serbian numbers if we have number like
+381642000901
plugin said that number+38164200090
is valid and it cut off anything at the end in this case it's number 1,Is there a way to somehow allow longer number formats?
I'm using most recent version of plugin.