When using the module to do a search. After the results are fetched, the drop-down list is closed. Is there a way to either allow the user to finish typing (implement a pause before calling the OnFilterChanged event) or keep the list drop down open after the fetch?
You could try an OnKeyUp event.
@Che McNichols ,
my guess would be that you are not using the widget correctly, look at the demo application, the dropdown doesn't close just because a search happens, there. Try to compare what you are doing with that to find the problem.
Dorine