I am facing a frustrating bug that is detailed here: <select> only shows first char of selected option and I am looking for a solution to remove the display:none from my select boxes in order to resolve this issue. Any ideas?
Here's the binding:
<select data-bind="options: Values, optionsText: 'DisplayNameWithCost', optionsCaption: ControlCaption, selectedOptions: SelectedValues, event: { change: $root.resolveAllAttributeUi }, disable: IsDisabled"></select>
EDIT:
I have discovered that the problem lies with selectedOptions: SelectedValues
being empty and causing it not to select anything in IE9.. I am unsure about how to fix this. Here's an example you can try in IE9 http://jsfiddle.net/9CaTa/