telephone_number icon indicating copy to clipboard operation
telephone_number copied to clipboard

Gem does not support the numbers from Sri Lanka and Vietnam

Open AndreiBujenitsa opened this issue 2 years ago • 0 comments

Could you add please the numbers from Sri Lanka and Vietnam? Because at the moment it seems to not work.

Example: pry(main)> TelephoneNumber.parse("+84283456789").valid? => false pry(main)> TelephoneNumber.parse("+84283456789").country.country_id NoMethodError: undefined method 'country_id' for nil:NilClass

AndreiBujenitsa avatar Apr 26 '22 12:04 AndreiBujenitsa