mousemke / flounder

Style-able dropdown replacement for native dropdowns
MIT License
9 stars 10 forks source link

[IE10-11] “setByValue” doesn’t work #203

Closed conor-cafferkey-sociomantic closed 6 years ago

conor-cafferkey-sociomantic commented 6 years ago

Currently

You can programmatically select an option using the Flounder API methods (e.g. setByValue).

Problem

setByValue has no effect in IE10-11 (setByIndex works fine...)

Wanted

Make it work in IE

conor-cafferkey-sociomantic commented 6 years ago

ignore this nonsense