Hi,
Is it possible when using the autocomplete to not show the popup when there is no data available. I'm aware that there's the no-data template but that still shows the popup even if nothing is attached.
I was considering using the open/close event functionality which might work but I don't think it fully suits the use case.
The scenarios are as follows
1. Start Typing and item found -> show popup
2. Start Typing and no item found -> don't show popup
3. Popup open and we type until no item found -> don't show popup
Any help on this would be appreciated!