Reputation: 491
I have loaded names into drop down list and it should be in it, must but problem is that long name extends drop down list horizontally. Any ways to control or make it appear good ?
Upvotes: 0
Views: 64
Reputation: 510
I think this behavior is more a good feature than a bad one.
The display mode depends on the browser. IE9 and older show cutted texts.
All other modern browsers show longer texts when the DDL is opened.
To reduce the space you can cut the text based on characters, but that is not what you want, I think.
Upvotes: 1