lambertf917 / lambertf917/react-native-uber-eats-clone
Email Field Results in Duplicate Words
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Issue: Email Field Results in Duplicate Words
Description:
Users are encountering an issue when entering email addresses in the application. Typing single words in the email field sometimes results in duplicate or multiple words being shown with a single click. This issue can lead to incorrect email entries and user frustration.
Steps to Reproduce:
Open the application on a compatible device.
Navigate to a section where you need to enter an email address.
Begin typing a single word as part of the email address.
Observe the behavior of the text input as you type.
Expected Result:
When entering an email address, the text input should accurately capture the characters typed by the user, displaying each character in the correct sequence.
Actual Result:
Users have reported that when typing single words in the email field, the application sometimes displays duplicate or multiple words with a single click. This behavior is inconsistent and may result in incorrect email entries.
Impact:
This issue negatively impacts the user experience by introducing the potential for inaccurate email entries. Users may need to correct the duplicated words manually, which can be frustrating and time-consuming.
double text
Activity
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the duplicate-word behavior in the email field on a compatible device, then locate the screen and input component where it occurs. Verify the fix by typing email text and confirming that each character appears once and in the correct sequence.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100