GitHub - reslear/fork-intl-tel-input: A JavaScript plugin for...
Respects the validationNumberTypes option (which is set to ["MOBILE"] by default, meaning isValidNumber will only return true for mobile numbers). Requires the utils script to be loaded.const isValid = iti.isValidNumber();Returns: true/false...