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

Working with array of strings #1

Closed
unkleara opened this issue Apr 14, 2018 · 2 comments
Closed

Working with array of strings #1

unkleara opened this issue Apr 14, 2018 · 2 comments
Assignees
Labels

Comments

@unkleara
Copy link

unkleara commented Apr 14, 2018

Hi, I was wondering if using an array with just string values is possible with the multi-select. Looking at the examples and briefly in the source code this doesn't seem possible? If not, any interest in adding it?

Example:

data: [{
        name: 'first group',
        list: [
        "Alabama",
        "Alaska",
        "American Samoa",
        "Arizona",
        "Arkansas",
        "California",
        "Colorado",
        "Connecticut",
        "Delaware"
      ]
}]
@iNeoO
Copy link
Owner

iNeoO commented Apr 14, 2018

Hi,

It's actualy not possible.
But if you are interessed about having this feature, i can do it, I think, it'should be simple to implement it.

@iNeoO iNeoO added the feature label Apr 14, 2018
@iNeoO
Copy link
Owner

iNeoO commented Apr 15, 2018

Ok it's now possible with the new version 3.2.0, i made an exemple https://vue-multi-select.tuturu.io/#a_multiselect_array

If you encounter any problems, let me know.

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

No branches or pull requests

2 participants