Hi there,There seems to be a well known bug in browser Multiselect affecting the last several ios versions (affecting safara & chrome)
<select multiple>
<option disabled></option>
<option value="test1">Test 1</option>
<option value="test2">Test 2</option>
<option value="test3">Test 3</option>
</select>
I think this needs to be set up during the inital options load, rather than as something added after render.
Any suggestions on how to achieve this with Kockout's options bindings?
Thanks so much
Kind regards,
Tim Kremer