jQWidgets Forums

jQuery UI Widgets Forums General Discussions Lists ComboBox Drop down arrow Reply To: Drop down arrow

Drop down arrow #78030

vovo4ka
Participant

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);