Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I create multiple tags with the same word? #119

Closed
DolphaGo opened this issue Aug 27, 2021 · 1 comment
Closed

How can I create multiple tags with the same word? #119

DolphaGo opened this issue Aug 27, 2021 · 1 comment

Comments

@DolphaGo
Copy link

DolphaGo commented Aug 27, 2021

I'm using Multiselect like this.
[Tags with search, tags create with no options]

        <Multiselect
            v-model="mydata.mylist"
            mode="tags"
            placeholder="enter words"
            multiplelabel
            :searchable="true"
            :create-tag="true"
            :showOptions="false"
        />

For example, when i typed "aaa", it works. but when i typed "Aaa" right after, it doesn't works.
I think it would have validation for same words.

I want to add ["aaa", "Aaa"] to mylist, but it doesn't works.
How can i solve this?

@DolphaGo DolphaGo changed the title How can you create multiple tags with the same word? How can I create multiple tags with the same word? Aug 27, 2021
adamberecz added a commit that referenced this issue Sep 9, 2021
@adamberecz
Copy link
Collaborator

Fixed in 2.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants