reset dropdown selection on event

Reset a dropdown selection to its default state based on another dropdown's change.

Overview

The issue occurs when a form's dropdown visibility is controlled by other dropdowns, but the selection needs to clear when a parent dropdown changes.
Use a jQuery method to restore the dropdown to its default option when the triggering dropdown's value is updated.

Answered
ChronoForms v6
pe peppelaria 09 Aug, 2018
Hy Max,
I have a form with some dropdown and I menaged to show or hide them basing on other dropdown selection combination.

what is the best way to select the first (empty) option of a chronoforms6 dropdown or reset it when i select the first option of another dropdown?

thank in advance for your help
pe peppelaria 10 Aug, 2018
Answer
Hi Healy. I figured out it using jquery and semantic UI method.

$('your element').dropdown('restore defaults')
This topic is locked and no more replies can be posted.