catamphetamine / react-phone-number-input

React component for international phone number input
http://catamphetamine.gitlab.io/react-phone-number-input/
MIT License
915 stars 193 forks source link

Allow alpha and numberic characters to provide the possiblity of entering email address or phone number in the same input box. #416

Closed prince272 closed 1 year ago

catamphetamine commented 1 year ago

No

prince272 commented 1 year ago

Please can you provide a workaround for that by exposing the validation. ex: // Custom validation logic const validation = (value) => {
// Do something here. return true; }