You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CheckBox class also has "setError(...)/getError(...)" calls which set error drawable, albeit without text.
We could extend Validation class to support them as many input forms also have checkboxes, e.g., "I accept EULA", "I confirm I'm above 18" or "I agree to sell my kidney".
What do you think?
The text was updated successfully, but these errors were encountered:
CheckBox
class also has "setError(...)/getError(...)" calls which set error drawable, albeit without text.We could extend
Validation
class to support them as many input forms also have checkboxes, e.g., "I accept EULA", "I confirm I'm above 18" or "I agree to sell my kidney".What do you think?
The text was updated successfully, but these errors were encountered: