I have an App.
It is a checklist and if something is false, user should set the toggle to false AND should specify what is the issue in a dropdown with predefined options. The dropdown, as default is empty.
This same dropdown disappears when the toggle is true.
I want my "Next" Button (upper right corner) should only be available when any FALSE toggle has a selected item in its respective dropdown.
I tried some nested "ifs" and switches but could not make it work..
Does anyone have any suggestions?
Thank you in advance!