Skip to content

Add Support for data-dash-attributes #188

Description

@aegis41

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions