Hi
We are using kendo-multiselect in our application. When an item is selected from the dropdown list, it is not appearing in the input field ( please see the attached image)
Inspecting the elements in the console indicates kendo-taglist is not being populated. What can cause this?
The valueChange even is emitted. and we are able to capture the chaned value. But the problem is, we cannot see what is being selected as the input field of the dropdown is empty.
onValueChange(selectedData: any, programmatic: boolean = true ) {
....
}
trace: