https://dojo.telerik.com/iliKAqUr
Expected: should see two events for "Changed to Oranges" but only see one
Actual: status only shows one value change event from the first selection of "Oranges"
It seems this issue was introduced with the fix for https://github.com/telerik/kendo-ui-core/issues/4496
The introduction of _oldText in the _change method of kendo.list.js has introduced a flaw in the value change detection for DropDownList
The above dojo presents a way to short-circuit the issue since it is not easy to show the _oldText issue since the index check works as a fallback.
Hello, Lee,
As you can see from the item in the Feedback Portal, the bug has already been fixed at the end of 2020. The fix is available in version 2020.R3 or later.
Regards,
Martin
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello Matthew,
My apologies for the misunderstanding.
The behavior is a bug and therefore I have converted this thread to a bug report, which you can track in our Feedback Portal on this link. The issue is logged with the highest priority so a fix should be available relatively soon.
As a small token of appreciation for reporting the behavior, I am updating your Telerik Points.
Let me know if you have any further questions.
Regards,
Martin
Progress Telerik
Hello Matthew,
As stated in the API reference for the value method, using it will not trigger the change event. You will need to do so manually. I have modified the example to reflect the change.
Let me know if that works for you, or if you have any further questions.
Regards,
Martin
Progress Telerik