Open ravid007 opened 2 months ago
It would be great to add a maxLength parameter to the configuration. Even better, we could utilize the PhoneValidator to determine the maximum value and prevent users from entering input longer than necessary.
maxLength
PhoneValidator
phone_numbers_parser (the library used by this one) has that information so this is implementable. Feel free to add this
It would be great to add a
maxLength
parameter to the configuration. Even better, we could utilize thePhoneValidator
to determine the maximum value and prevent users from entering input longer than necessary.