Last Updated:
15 May 2024 10:59
by Philipp
I would like to avoid that the component cleans the filter user input when an item is clicked and auto-close is set to false.
So, imagine I want to select every item which contains letter 'S'. I type 'S' then when I click on the first item containing 'S', the 'S' in the input is removed and all the items are shown. So I need to type S again and again 1 time for each Item I want to select.
I attach a gif showing the behavior.