Skip to content

SelectField - can choices tuples be expanded to allow for tooltips #692

@adam-rehin

Description

@adam-rehin

At present the choices list should contain tuples:
[ ("option-value", "display-text"), (..., ...), ... ]

Can it be expanded to optionally allow a tool-tip as 3rd tuple element which is then rendered as a title attribute in the element:
("option-value", "display-text", "tool-tip") --> <option value="optional-value" title="tool-tip">display-text</option>

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature, or existing feature improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions