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

Input validation does not work #19

Closed ArtyomVancyan closed 1 year ago

ArtyomVancyan commented 1 year ago

There is no way to check the input validation.

PR:

ArtyomVancyan commented 1 year ago

It has been decided to have an onValidate property in release v0.1.0 which was supposed to be a callback to take control of the validation. But then I thought it would be more efficient if we had a boolean property in the value object that would contain the real-time validity of the input value depending on the selected country.