-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels