Using v-select reduce with nested values but prohibit creation of duplicates in options #1720
Unanswered
u-till
asked this question in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, i am trying to implement this example here from the docs, but i am trying to avoid the creation of duplicates by title as unique identifier:
https://vue-select.org/guide/values.html#tagging
If i create a new tag called "HTML5" it will create one, because the rest of the object is not matching.
I need to somehow filter the existing tags only by its title property and ignore the rest of the object.
I've tried for hours now but did not get it to work.
Can anyone help me out?
Beta Was this translation helpful? Give feedback.
All reactions