hbb20 / hbb20/CountryCodePickerProject
leading 0 gets cutoff in phone number
- Vorherrschende Sprache
- Java
- Sterne
- 1.5k
- Forks
- 509
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Steps to reproduce:
Select South Korea as country, enter 01035353535 as the phone number.
getFormattedFullNumber(), getFullNumber() and getFullNumberWithPlus() returns the phone number with leading 0 cutoff. 820035353535
Attached is the screenshot from the sample app:

Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
Search the Java codebase for getFormattedFullNumber(), getFullNumber(), and getFullNumberWithPlus(), then reproduce the South Korea example in the sample app. Trace how 01035353535 is converted and verify that all three methods preserve the leading 0 and return the expected full number.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- android, java
- Bereich
- mobile
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100