Completed
Last Updated: 12 Feb 2020 12:37 by ADMIN
n/a
Created on: 21 Mar 2018 19:28
Category: Kendo UI® for Vue
Type: Feature Request
6
v-model
For Vue components, the v-model on a multi-combo box and every component must bind to the underlying object.
:value-primitive="false" doesn't work as per some suggestions.

v-model binding to the underlying object is a MUST HAVE, Top priority, number one with a bullet. Without it, your components are a PITA to use and my current proof of concept might end here and we won't use your components with some bigger projects coming down the line.
2 comments
ADMIN
Nencho
Posted on: 12 Feb 2020 12:37

Hello,

The components now support v-model binding. If you have any further or specific questions - please submit a support ticket.

Regards,
Nencho
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
ADMIN
Nencho
Posted on: 29 Mar 2018 11:33
Hi all,
At the initial days of the implementation of Kendo UI for Vue, due to some limitation, we implemented the model binding as demonstrated in the following documentation article:
https://www.telerik.com/kendo-vue-ui/components/framework/model-binding/#toc-objects

This is the approach that we advise to use for model binding. More on that topic could be found in this thread:
https://www.telerik.com/forums/binding-kendo-multiselect-to-array-of-objects#6acZvXbhh0qul0kkmm6lHg

Base on the demand that this request generates, we can re-evaluate the implementation and usage of the v-model.