Deprecate phone.number format parameter #1541
Labels
c: refactor
PR that affects the runtime behavior, but doesn't add new features or fixes bugs
deprecation
A deprecation was made in the PR
m: phone
Something is referring to the phone module
p: 1-normal
Nothing urgent
s: accepted
Accepted feature / Confirmed bug
Milestone
Clear and concise description of the problem
The
format
can be used to overwrite the pattern that is used to generate the phone number.Instead of passing it to phone.number the user should pass it directly to
helpers.replaceSymbolWithNumber
and build their own phone number method. Alternatively, they can add the format to our repository and thus provide it for everyone.Suggested solution
Deprecate the
format
parameter for removal.Alternative
Additional context
No response
The text was updated successfully, but these errors were encountered: