phoneValidation: {
    options: { excludeEmptyString: boolean; message: string };
    regex: RegExp;
} = ...

phone regex taken from simple-react-validator -> https://github.com/dockwa/simple-react-validator/blob/master/src/simple-react-validator.js#L42 it accepts the following formats: 1234567890, +11636363634, (123) 456-7890, (123)456-7890, 123-456-7890, +1 (405) 747-1903

Type declaration

  • options: { excludeEmptyString: boolean; message: string }
  • regex: RegExp