You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently hitting the l10n area in tel format, we want to extend the validation from a US-only REGEXP to multiple countries base on the country code provided.
Is there a way we can plug a specific format without disabling everything with Constraint::CHECK_MODE_DISABLE_FORMAT?
The text was updated successfully, but these errors were encountered:
@vicary in an attempt to cleanup this repo we are trying to filter the issues and see which ones might be closed. Is it safe to assume this is a rather old issue, which sadly was left unanswered, and can be closed? Feel free to close it yourself with some comments if helpful.
I am currently hitting the l10n area in
tel
format, we want to extend the validation from a US-only REGEXP to multiple countries base on the country code provided.Is there a way we can plug a specific format without disabling everything with
Constraint::CHECK_MODE_DISABLE_FORMAT
?The text was updated successfully, but these errors were encountered: