Unplanned
Last Updated: 23 Dec 2020 08:05 by heykel
heykel
Created on: 23 Dec 2020 08:05
Category: MultiSelect
Type: Bug Report
0
preventDefault() of filtering event breaks kendo MultiSelect value() method

Bug report

In the MultiSelect widget preventing the default of the filtering event while minLength is set to more than 1 causes the value method to not be able to properly get and set values of the selected dataItems.

Reproduction of the problem

  1. Open this Dojo
  2. Type Cha and select an item
  3. Click the Clear Value button

Current behavior

The Clear Value button is able to clear the selected values but is not updating to visualize the change in the Widget

Expected/desired behavior

The button Clear Value is expected to clear the selected values and visualize the change

Environment

  • Kendo UI version: 2020.3.1118
  • Browser: [all]
0 comments