posted 12 years ago
Hi,
I wanted to have a real time search facility for the items in a list box i.e As the user keeps typing in character the matching item would get selected. The code below worked fine when I had set multiple=false in the list box. But due to new requirements I had to change it to multiple=multiple. After the change the below code acts weird, even though I have included a small change in the script, to deselect the earlier selected item.
Please help.