Plugin Settings: Add label/value to choices element
Open
Nobody has claimed this yet.
enhancement
UI
- Dominant language
- JavaScript
- Stars
- 204
- Forks
- 82
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 3
Description
I have settings like PRIORITY_FIRST / LARGEST_FIRST which is not very human friendly. I have created choices for them, but it's ugly and maybe not obvious. Would be much better if the dropdown could show some more friendly label, e.g. "Sort by priority, then by time" and the value returned could be PRIORITY_FIRST
{ label: "Sort by priority, then by time", value: "PRIORITY_FIRST"}

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.