Hide/show dropdown based on selection?

How do I hide a dropdown until a specific selection is chosen on another dropdown?

@Techspotwv you can convert the visibile property of the dropdown to js and add code like {{Select1.selectedOptionValue !== undefined}}
This will ensure it’s only shown if the option is selected