Open c-wenlong opened 7 months ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Text Overflow on Edit Phone Number
As can be seen below, when a user inputs a phone number that is too long, it causes an overflow in the UI for the phone number and hence the user will not be able to see the whole number.
This error can simply be fixed by limiting the number of valid numbers a user can enter in the phone prefix
[original: nus-cs2103-AY2324S2/pe-interim#970] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Description
There is no upper limit on the number of digits a mobile number can have, which leads to some of the digits not showing on the UI.
Fix
Consider implementing an upper limit on the phone number since we know there exist an upper limit in the world (probably).