<select> only shows first char of selected option

前端 未结 7 948
予麋鹿
予麋鹿 2020-12-01 02:08

I have a standard select box which I\'m populating using jquery by appending options, but for some reason IE9 only shows the first character of the selected option. Needless

7条回答
  •  不思量自难忘°
    2020-12-01 02:29

    I'm using angularjs and also running into this issue in ie8/ie9 This approach/workaround worked for me: e.g. With html looking like this:

    
                            
        
    提交评论

提交回复
热议问题