Question by
borkimuswissenschaften · Aug 03, 2020 at 11:22 AM ·
disabledropdownhide
Hide/Disable a Dropdown
Well I can't find how to hide and disable a Dropdown completely, I'm a beginner. I tried this but it just makes it uninteractable, it doesn't hide it. And by the way I'm using the TMP dropdown.
public TMP_Dropdown dropdownex;
dropdownex.enabled = false;
Comment
Your answer
Follow this Question
Related Questions
Disable a single Dropdown option. 2 Answers
Disable a dropdown option. 1 Answer
Hide GameObject without completely disabling it 0 Answers
Disable or hide GUI Buttons on one scene 2 Answers
How to make a UI Image appear/disappear? 2 Answers