Drop Down width increases automatically in IE 11
Add the onmousedown attribute and have it focus on the select dropdown so that it loses focus from the input box. For some reason focus on the input before accessing that select causes this error. <select onmousedown="$(this).focus()">