Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Icon Overlap and Alphabet Input Allowed in Phone Number Field (#87
) ### [bug]: Icon Overlap and Alphabet Input Allowed in Phone Number Field ## Description This pull request fixes the following issues: 1. **Icon overlap**: The input text was overlapping with the icons in the email, phone number, and name fields. Padding has been adjusted to ensure proper alignment between the icons and the input text. 2. **Alphabet input in the phone number field**: The phone number field was previously accepting alphabetic characters. The input type has been changed to `tel`, and a validation pattern has been added to restrict input to only numeric characters. ## Related Issues - Closes #82 ## Type of PR - [X] Bugfix ## Screenshots / Videos (if applicable) *Before Fix:* ![image](https://github.com/user-attachments/assets/9a408c95-762e-471d-912c-f8e89f75e6d7) *After Fix:* ![image](https://github.com/user-attachments/assets/18c54bb5-e8a6-4fea-a002-8228cfb5ab0f) ## Checklist - [X] I have gone through the [contributing guide](https://github.com/Anjaliavv51/Retro) - [X] I have updated my branch and synced it with the project `main` branch before making this PR. - [X] I have performed a self-review of my code. - [X] I have tested the changes thoroughly before submitting this pull request. - [X] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [X] I have commented my code, particularly in hard-to-understand areas. ## Additional Context: None
- Loading branch information