Hi,
I'm using the autocomplete, and if I type some characters (ex. "abc") into the autocomplete, the popup displays with my filtered results; that's the expected behavior.
Now, if I choose an item, the popup closes.
Now, if I want to choose another item based on my first filter, I have to type in "abc" again to trigger the popup to be shown so I can select another single item.
So if I wanted to select 4 items based on filter "abc", I have to type in "abc" 4 separate times and select a single item each time....
Is there a way to keep the popup open, select multiple items, and then close the popup maybe when clicking the arrow or onblur of control?
Thanks!