I have two select dropdowns with dependency:
projects
tasks
All works as expected, when you select a project, the tasks dropdown is populated with the tasks for the selected project
HOWEVER, the first task in the list is automatically selected.
How do I stop this behavior?
I want the task dropdown to stay on "Select Task" when a project is selected as this is an optional field.
Thanks,
-Andreas