This topic is locked

dependent dropdown optional

3/1/2011 5:16:23 PM
PHPRunner General questions
G
globiws author

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