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
I have one spinner and one edit text field
in spinner i have two options
if user selects an option A from spinner - the required should be set true for edit text field (user has to enter data into edit text field)
if user selects an option B from spinner - the required should be set false for edit text field (user may skip entering data into edit text field)
is this possible?
Thanks
The text was updated successfully, but these errors were encountered:
I have one spinner and one edit text field
in spinner i have two options
if user selects an option A from spinner - the required should be set true for edit text field (user has to enter data into edit text field)
if user selects an option B from spinner - the required should be set false for edit text field (user may skip entering data into edit text field)
is this possible?
Thanks
The text was updated successfully, but these errors were encountered: