You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current validation method for phone numbers only checks whether the phone number is 10 digits or not and does not allow the user to provide country-code. The ideal behavior would be to allow users to enter phone numbers in an international format like +91 7009999999, +91-7009999999,+(91) 7009999999, +1 650-968-5555
There increase/decrease options in the phone number field upon hovering on it should not be present
For issue codeuino#630codeuino#631
Added regex based Phone Number Validation
Added regex based Name Validation and Error messages
Updated the Validation of Description and it's Error message
Describe the enhancement you'd like
Describe approaches if you have thought of any
HINT - https://www.npmjs.com/package/phone
Additional context
Hacktoberfest, Good First Issue
The text was updated successfully, but these errors were encountered: