shentao / vue-multiselect

Universal select/multiselect/tagging component for Vue.js
https://vue-multiselect.js.org/
MIT License
6.66k stars 989 forks source link

[Feature request] Multi select of the same item #1641

Closed dawadam closed 1 year ago

dawadam commented 1 year ago

Hi thanks for this work.

I need to have a multi selection of a same item, like this :

[
  {
    "name": "Vue.js",
    "language": "JavaScript"
  },
  {
    "name": "Adonis",
    "language": "JavaScript"
  },
  {
    "name": "Adonis",
    "language": "JavaScript"
  },
  {
    "name": "Adonis",
    "language": "JavaScript"
  }
]

Is it possible to add this feature ?

akki-jat commented 1 year ago

@dawadam We need to have one unique property to identify the item. Please take a hook at https://codesandbox.io/s/vue-multiselect-multiselect-same-item-ufd80e