typesnippet / antd-phone-input

Advanced, highly customizable phone input component for Ant Design.
https://playground.typesnippet.org/antd-phone-input-5.x/
MIT License
51 stars 10 forks source link

Fix the area code parsing issue #60

Closed ArtyomVancyan closed 10 months ago

ArtyomVancyan commented 10 months ago

Motivation:

Usually, the area codes are supposed to not start with zeros, but the example described in the #59 issue shows that it can have the prefix zero, so its type should be a string instead of a number.

All Submissions:

Changes to Core Features: