-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field validation always required #86
Comments
I have cloned the project and solved this issue on my own local branch. If you would like I could push it and you can check the changes. |
Hi @omargobran, you are welcome to open a PR! Depending on the fields you are requesting to remove validation from, we may or may not be able to accept the changes. Please either open a PR or provide more specifics to the fields you are looking to allow to be optional. |
Hi @omargobran has this issue been corrected in the code? |
No, it hasn't been solved yet, but I will be opening a PR asap. |
Hi @omargobran are you still working on a PR for this? |
No @sarahkoop. Unfortunately, the code was on my old device and it got formatted. Has this issue not been solved yet? |
Hi @omargobran - The current expected behavior in |
General information
Issue description
There is an issue if an Edittext is needed to be shown on the screen but without blocking validation (i.e. the field should not be required in validation but only should be shown as a field) left to the user to decide to enter the required data or leave it empty.
The text was updated successfully, but these errors were encountered: