Reputation: 1381
I have tried selectBox(0)
but that just clears the dropdown. I have also tried selectBox(null)
and selectBox(undefined)
, the results are the same.
Upvotes: 0
Views: 226
Reputation: 11990
That's strange, select(undefined)
should work. Take a look at this example:
https://jsfiddle.net/kau0xhgy/1/
Upvotes: 1