-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: DropDownListFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery
Milestone
Description
Bug report
In DropDownlist with virtualization, the change event will be triggered twice when filtering and selecting an item that is not on the current page.
Reproduction of the problem
- Go to this Dojo example.
- Open the dropdown and type Lila in the filter input field.
- Select the one with Id 10780. -> Change event is triggered as expected.
- Then re-open and click outside the dropdown, so that the widget would lose focus.
Current behavior
The change event is triggered again, even though the value has not been changed.
Expected/desired behavior
The change event should NOT be triggered again, as the value has not been changed.
Environment
- Kendo UI version: 2019.3.1023
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: DropDownListFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemSEV: MediumjQuery