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

Add Support for data-dash-attributes #188

Open
aegis41 opened this issue Mar 20, 2017 · 0 comments
Open

Add Support for data-dash-attributes #188

aegis41 opened this issue Mar 20, 2017 · 0 comments

Comments

@aegis41
Copy link

aegis41 commented Mar 20, 2017

There is currently no way to add a data- attribute to a selectize helper. Being able to pass in a list of data- attributes and assign them in the template would be very helpful.

Example:

<label>{{labelText}}: {{ember-selectize
    content=fieldOptions
    selection=value
    placeholder="Select Fields"
    multiple=true
    add-value="change"
    remove-value="change"
    data-my-attr=myAttr
    data-selector=selector
}}</label>
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

1 participant