Autocomplete mode does not work with enableOptionAutoHeight?

Is there any way to make AutoHeight with Autocomplete mode?



thx


Hello,


autoheight functionality is not compatible with autocomplete. But you can try to use the following approach that is based on private methods:


combo.attachEvent(“onXLE”,function(){
combo._setOptionAutoHeight(true);
})



Perfect

thx