Completed
Last Updated: 23 May 2022 14:39 by ADMIN
Release R3 I1 June 2022
Vincent
Created on: 14 Sep 2021 11:17
Category: Kendo UI® for Vue
Type: Bug Report
0
Multiselect search string is passed to the change event when typing in the input

Bug report:
https://stackblitz.com/edit/bbuqh1?file=src/main.vue

Steps:
Focus the input, type some text and blur -

Current:
an warning is observed in the console and the types string is passed to the change event.

Expected:
an warning is observed in the console and the types string SHOULD NOT BE passed to the change event.

0 comments