If DropDown field is first field in form, then it drops down automatically because it gets focus on form load.
This is annoying.
Possible solution:
- maybe dropdown field should not have
tabindex ?
- or somehow do
blur if dropdown field is first field in form.