Options accepted by the mobile number validation rule. Combines locale-specific validation with additional phone number validation options.
const options: MobileOptions = { locale: ['en-US', 'en-GB'], strictMode: true} Copy
const options: MobileOptions = { locale: ['en-US', 'en-GB'], strictMode: true}
Options accepted by the mobile number validation rule. Combines locale-specific validation with additional phone number validation options.