When typing on the textbox and then loosing focus, the value gets cleared. Is there a way to retain the text?
3 Answers, 1 is accepted
0
Ivan Danchev
Telerik team
answered on 24 Apr 2017, 05:49 AM
Hello Louise,
Here's a sample dojo, which shows how you can get the MultiSelect's input text in the widget's close event and set it after a small delay. The value must be set in the open event as well, because similarly to the close event when it fires the current text in the input gets cleared.