jQWidgets Forums
jQuery UI Widgets › Forums › General Discussions › Lists › ComboBox › Drop down arrow › Reply To: Drop down arrow
I can’t … it has remote data and template for jqxWindow etc
But I found that arrow button has height 0px after init
If I change height to 25 for example – it solves issue
$('#mycombobox').find('.jqx-combobox-arrow-normal').height(25);