natintosh / intl_phone_number_input

MIT License
164 stars 496 forks source link

Added phone validation method inside PhoneNumber class which will help in validation before form submission. #351

Closed wskoly closed 1 year ago

wskoly commented 1 year ago

Added phone validation method inside PhoneNumber class which will help in validation before form submission. I needed to validate the current phone number before final submission and onSubmit. So I wrote the isValidNumber() method inside the PhoneNumber class so that I can quickly validate the PhoneNumber object.

FarhanSyedain commented 1 year ago

The function added is not used anywhere, so why even bother