Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by MiB on Apr 29, 2008 08:48
open dhtmlx forum
any way to use filtering but without auto-complete but wanna getselected method working

http://dhtmlx.com/docs/products/kb/index.shtml?cat=14&page=4&q=1281&ssr=yes&s=list

I tryed this. If i type in input field the autocomplete doest work and it is good, but i would like to get the selected element from combolist.

As yet getselected method has worked only with autocomplete, now autocomplete is disabled but i need getselected method.

Regards, MiB
Answer posted by Support team on Apr 29, 2008 09:46
If you typed not full text of option, then option is not really selected , it just highlighted in list, and there is no API call to get the currently selected option.
You can try to access value of currently highlighted option as
    combo._selOption.value

Answer posted by MiB on Apr 29, 2008 11:52
Tanks