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

Ho can a use tags mode without open a select? #33

Closed
andersonalvesalmeida opened this issue Feb 10, 2021 · 3 comments
Closed

Ho can a use tags mode without open a select? #33

andersonalvesalmeida opened this issue Feb 10, 2021 · 3 comments

Comments

@andersonalvesalmeida
Copy link

Is there any way to use the tags mode without opening the select?

I just want to add new strings without the option to select any string from the list.

Tanks

@marcreichel
Copy link

In addition I would like to just provide the v-model without the :options to populate the initial loaded tags.

Would be really nice if those two features could be added in future releases.

@marcreichel
Copy link

@andersonalvesalmeida As a workaround you can hide the .multiselect-options via CSS:

.multiselect > .multiselect-options {
    display: none;
}

adamberecz added a commit that referenced this issue Mar 12, 2021
@adamberecz
Copy link
Collaborator

Added showOptions prop in 1.3.3

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

3 participants