Skip to content

Feature Request: Colorize certain items in Available List #5

@vguhesan

Description

@vguhesan

Feature Request: Colorize certain items in Available List.

As a user, I would like to add a class (style) to certain elements in the SELECT list and have this class be retained in the Multi-Select generated.

Example:

<select id="selectZone" name="selectZone">
        <option value="-1">Select One</option>
        <option value="12774">Zone 12774</option>
        <option value="12776" class="displayasred">Zone 12776</option>
</select>

See class="displayasred" above. When converted into a MultiSelect, it will retain the class in the multi-select to display it as red. If we instruct the end-user to only use CSS color variants for the class then we should be good.

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