Closed kienwei518 closed 10 months ago
It comes from the metadata, as you can check by yourself on JavaScript version. You might need to change it in a higher level.
It comes from the metadata, as you can check by yourself on JavaScript version. You might need to change it in a higher level.
By modifying in JavaScript version, it still will gone when I pod install/update right ?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
New Issue Checklist
Steps to reproduce
Pass a phone number to textField.text or type any phone number. The number come out with a dash e.g. +60 012-3456789
Expected result
An option to apply phone number format by modifying the MetadataPhoneNumberFormat's format value
Actual result
All number is come with "-"
Environment
I able to modify the replaceStringByRegex method by replacing "-" with empty string. However, this code will gone every time I pod install/update. Is there any better solution ?