It is a badly known issue when selects in IE show only the first letter after dynamical initialization. (See this SO question)
But what is the best way to re-render dropdowns after data binding via knockout?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I hadn’t seen this bug before. You could do something like.
Then in your code
This would do as the fix suggests. Not very elegant.
Hope this helps.