This is still happening for me: the jqxdropdownlist stays open while I switch jqxTabs. I dont want to use autoOpen.
I am running jqwidgets 3.0.4
// Create a jqxDropDownList
$(‘#jqxDDDayListsd’).jqxDropDownList({ source: [“1 Day”,”2 Days”,”3 Days”, “4 Days”, “5 Days”, “6 Days”, “7 Days”],
theme: theme,
selectedIndex: 0,
width: ’70px’,
height: ’25px’,
dropDownHeight: 180 });
Thanks
David