jackocnr / intl-tel-input

A JavaScript plugin for entering and validating international telephone numbers. React and Vue components also included.
https://intl-tel-input.com
MIT License
7.69k stars 1.95k forks source link

Add new operator codes for Ukrainian operators #1870

Closed shevchun closed 2 weeks ago

shevchun commented 2 weeks ago

need to add two new codes for Ukrainian operators Vodafone - 75 and KyivStar 77

Plugin version

v24.6.1

Steps to reproduce

  1. entered +380 75 173 9933 validation error
  2. entered +380 77 173 9933 validation error

Expected behaviour

+380 77 173 9933 valid number +380 75 173 9933 valid number

Actual behaviour

+380 77 173 9933 validation error

jackocnr commented 2 weeks ago

We use libphonenumber for formatting, validation and generating placeholder numbers - if your issue relates to one of these things, please check their test site first and if you see the problem there please file an issue with them instead.

If it's working correctly in libphonenumber, the next step is to check that we're using the latest version of libphonenumber in the plugin - check the version history here. If we need to upgrade, it only takes 5 minutes to do this yourself and submit a Pull Request - instructions here: Updating to a new version of libphonenumber.