intl_phone_number_input icon indicating copy to clipboard operation
intl_phone_number_input copied to clipboard

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

Open wskoly opened this issue 2 years ago • 0 comments

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.

wskoly avatar Oct 06 '22 09:10 wskoly