Jack O'Connor
Jack O'Connor
> The problem was when you set value to the control, it re-initializes I don't understand this bit. Are you still seeing this problem? Can you explain in more detail?...
Closing due to inactivity.
Can you describe your use case, for why your users might want to enter their number using phone words?
Ok, well as you say, we previously accepted words in numbers as valid, but several people complained about this ("What if a user types an alpha char by accident, it...
> So currently is the if (alphaCharPosition > -1) condition always meant to fail for phone words? That condition is true if there are any alpha characters in the number...
Added new `allowPhonewords` option, which defaults to false. Released in v25.10.0.
Thanks for reporting this. Here is the relevant code: https://github.com/jackocnr/intl-tel-input/blob/master/src/js/intl-tel-input.ts#L2130 I'm afraid I don't have time to look into this myself right now, but I'd welcome a pull request that...
Fix released in v25.8.4.
I think that's a great idea! [The Vue Component](https://github.com/jackocnr/intl-tel-input/blob/master/vue/src/intl-tel-input/IntlTelInput.vue) is actually very simple - it should be easy to add them. I don't have time to implement this myself, but...
For anyone else interested in contributing here, please note the discussion about directory structure here: https://github.com/jackocnr/intl-tel-input/pull/1801