catamphetamine / react-phone-number-input

React component for international phone number input

Home Page:http://catamphetamine.gitlab.io/react-phone-number-input/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

prince272 opened this issue · comments

No

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