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

Enable to work with an array of strings #31

Closed
derekargueta opened this issue Jul 8, 2016 · 2 comments
Closed

Enable to work with an array of strings #31

derekargueta opened this issue Jul 8, 2016 · 2 comments
Assignees
Milestone

Comments

@derekargueta
Copy link

If I have an array of strings ready to act as data, I should be able to just pass in the array without having to first transform it into an array of objects

@ericgio
Copy link
Owner

ericgio commented Jul 13, 2016

I agree the component should support this case. I'll need to think about a simple (and hopefully elegant) way to implement it with the current code structure. I'm also working on a 1.0 API where the component would be agnostic about data structure.

@ericgio ericgio self-assigned this Jul 25, 2016
@ericgio ericgio added this to the v0.9.0 milestone Aug 3, 2016
@ericgio
Copy link
Owner

ericgio commented Aug 24, 2016

As of v0.9.0, you can pass an array of strings instead of objects.

@ericgio ericgio closed this as completed Aug 24, 2016
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