How to fix truncated text on <select> element on iOS7
问题 Is there any way to prevent iOS7 from truncating the text when selecting an option on a html select element? iOS7 truncates the text on the options text instead of wrapping it. In my specific case this is totally unusable: The above screenshot was taken from a html 5 app built with jQuery Mobile. I should also mention that this issue is not present on iOS6. 回答1: Add an empty optgroup at the end of the select list: <select> <option selected="" disabled="">Select a value</option> <option>Grumpy