Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Roger W. Barros on Jul 20, 2009 05:23
open dhtmlx forum
Autocomplete mode does not work with enableOptionAutoHeight?

Is there any way to make AutoHeight with Autocomplete mode?

thx
Answer posted by Alex (support) on Jul 20, 2009 06:45

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

Answer posted by Roger W. Barros on Jul 20, 2009 10:44
Perfect

thx