I'm using an extention Autocomplete Textbox Search .
I would like to make invisable dropdown list after getting a result.
Actually when Im selecting from DropDownList then it's dissappering but I'd like to make if textbox is getting empty and if I'm getting a result then DropDownList must be invisable.
How to do?
I do not believe this is possible, due to the nature of the extension "popup" which appears to behave in the same way as a dialog, where you need to "click out" of the popup in order to close it. The built-in notifier message dialog works in the same way, but MIT added some extra code to prevent the "click out".
This works to hide the dropdown when empty, and filters just like the autocomplete. The click event will allow a long click to show the drop down when the textbox is empty.