[Bug][DropDownList] V-model property not updated when onchange event is handled #615
Labels
Bug
Item which indicates that something is not working
Kendo UI for Vue
SEV: Low
wrappers
issue related to Kendo Vue Wrappers
Describe the bug
All components that have both v-model and :change events specified, are not updating the model when the user selects a different item from the list of items.
To Reproduce
Expected behavior
Repeat the same steps but with the "Normal Select button" and see that the value is updated on every change.
**Additional details **
Reported in Ticket ID: 1663874
Possible workarounds
Workaround 1
Use the component in controlled mode when the onChange event is handled in order to update its value properly
Workaround 2
Implement a custom myDropDownList component wrapping the original DropDownList and apply the additional value assigning logic only in it:
The text was updated successfully, but these errors were encountered: