You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added vue-instant (^1.0.4) component for my vuejs app ^2.6.10 app and I set array of data with key/value fields as id/title But when I select value I got title(property :suggestion-attribute) value in v-model variable. If there is a way to get id value?
Manually iterating data listing seems not very good decision as this is not unique as for title field. But it has unique id.
Thanks!
The text was updated successfully, but these errors were encountered:
I added vue-instant (^1.0.4) component for my vuejs app ^2.6.10 app and I set array of data with key/value fields as id/title But when I select value I got title(property :suggestion-attribute) value in v-model variable. If there is a way to get id value?
Manually iterating data listing seems not very good decision as this is not unique as for title field. But it has unique id.
Thanks!
The text was updated successfully, but these errors were encountered: