Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Add support for array of objects #94

Closed
royair opened this issue Mar 29, 2017 · 2 comments
Closed

Add support for array of objects #94

royair opened this issue Mar 29, 2017 · 2 comments

Comments

@royair
Copy link

royair commented Mar 29, 2017

No description provided.

@usulpro
Copy link
Member

usulpro commented Mar 29, 2017

@royair isn't object what are you looking for?

@royair
Copy link
Author

royair commented Mar 29, 2017

my options param looks like this:

var OPTIONS = [
  {
    eventKey: "1",
    label: "Banana",
    subtext: "they are tasty"
  },
  {
    eventKey: "2",
    label: "Apple",
    subtext: "they are healthy"
  },
  {
    eventKey: "3",
    label: "Peach",
    subtext: "they are beautiful"
  }
];

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

No branches or pull requests

3 participants