-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
The package provides an override option to replace the default regex patterns for postal code validation. However, it does not allow overriding the example postal codes. As a result, when a regex is overridden for a specific country, the displayed example may become incorrect.
Example
It could work something like this:
PostalCodes::overrideExamples([ 'LV' => '1234' ]);
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request