diff --git a/js/chosen.js b/js/chosen.js index b7133c2..9048b23 100644 --- a/js/chosen.js +++ b/js/chosen.js @@ -27,7 +27,7 @@ if (is_creating_chosen && select.css('display') === 'none') { // https://github.com/harvesthq/chosen/issues/515#issuecomment-33214050 // only do this if we are initializing chosen (no params, or object params) not calling a method - select.attr('style','display:visible; position:absolute; clip:rect(0,0,0,0)'); + select.attr('style','display:visible; position:absolute; width:0px; height: 0px; clip:rect(0,0,0,0)'); select.attr('tabindex', -1); } return ret;