Stephen
asked on 21 May 2021, 05:35 PM
| edited on 24 May 2021, 11:29 PM
After an initial search, if the user selects multiselect line items, and then searches for a different term, upon trying to select another item, the search term box clears itself and the filtered items reload unfiltered. How can I fix this behavior?
1 Answer, 1 is accepted
0
Neli
Telerik team
answered on 26 May 2021, 08:57 AM
Hello Stephen,
As far as I understand you need after filtering is performed in the MultiSelect and an item is selected, the filter to be persisted.
If this is the case I would suggest you subscribe to the select event handler of the MultiSelect. In the event handler, you could check the current value of the MultiSelect input. Then, by using a setTimeout function, you could set the same text to the MultiSelect input.