Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Updated error showing and keyboard behaviour #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MuhammadHussnainShaker
Copy link

Hi, don't want to be published on readme, but thought these changes necessary. The .min and .max error messages of yup passwordSchema was not showing. So I removed touched.passwordLength and it worked for me. Moreover, these long error messages was pushing textInput field out of view so I added width: 200 to styles.errorText and it worked nicely. Moreover, keyboard wasn't hiding automatically when I clicked Generate Password so I added Keyboard.dismiss() from the react native Keyboard module. After addition, it started working nicely.

Hi, don't want to be published on readme, but thought these changes necessary.
The .min and .max error messages of yup passwordSchema was not showing. So I removed touched.passwordLength and it worked for me. 
Moreover, these long error messages was pushing textInput field out of view so I added width: 200 to styles.errorText and it worked nicely.
Moreover, keyboard wasn't hiding automatically when I clicked Generate Password so I added Keyboard.dismiss() from the react native Keyboard module. After addition, it started working nicely.
@MuhammadHussnainShaker
Copy link
Author

@hiteshchoudhary Please review. It's worth reviewing! Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant