
Hi there,
I want to hide (no items) hint box when there is no matched items found. Because with our application, user enters some text and press enter key to accept the text. However if intellisense session filter does not match any items, first enter key stroke closes intellisense (no items) hint box and another enter key stroke is needed to accept user input.
Can you please suggest a way to overcome this situation.
Actually, I want to use intellisense feature only if it can help user to easily write predefined strings and if not silently hides itself and allow underlying textbox to catch key events like a simple textbox control.
Thanks.