I have large list of the drop-down menu. Some of the option have very large text. and I want to make the width of the selected element as per the selected option.
If the selected option is "Selected" then width should be like 120px or something.
When user select "Very Large Selected option" then widht of the <select>
tag should be increase.
Here is the sample code, what I am trying to do. http://jsbin.com/axaka4/edit