This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Disable button instead of showing toast for null validation #347
Comments
@Chromicle It would always be helpful if you attach some screenshots or gifs whenever you raise an UI change request. |
@Chromicle And I would suggest to claim issues once you're done with other issues. |
Yeah, I updated in PR template |
2 tasks
Hello @Chromicle, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 15 days. You can reclaim this issue or claim any other issue by commenting Thanks for your contributions, and hope to see you again soon! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Software and hardware versions
Android 9, Samsung J8
Problem description
Currently, In settings activity we are showing the toast that
Name should not be empty
if the length of the string equals to 0 in everyEditTextPreference
Instead of showing toast, disable the positive button so, user can directly know that he did not have to enter the null value in EditText or else he/she have to click once again on preference and have to edit
Steps to reproduce the problem
Go to Settings activity
Open any editText and give a null value
observe the toast
Expected behavior
Instead of showing toast disable the positive button for editTextPreference for null validation
GIF
@opendatakit-bot claim
The text was updated successfully, but these errors were encountered: