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

Is there a way to use optgroup for the value when using select as an input? #642

Closed
MikeAlhayek opened this issue Feb 21, 2018 · 1 comment
Labels
feature New feature
Milestone

Comments

@MikeAlhayek
Copy link

Thank you very much for this plug in.

Is there a way to provide optgroups for the value when the input is select?

Something like this I am hoping

values: [
  { 
    'value' : 'one',
    'text': 'Un',
    'optgroups': 'Group 1'
  },
{ 
    'value' : 'two',
    'text': 'Deux',
    'optgroups': 'Group 1'
  },
{ 
    'value' : 'three',
    'text': 'Trois',
    'optgroups': 'Group 2'
  }
]
@mistic100
Copy link
Owner

Not yet

@mistic100 mistic100 added the feature New feature label Feb 26, 2018
@mistic100 mistic100 added this to the 2.4.6 milestone Feb 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

2 participants