RobLoach / RobLoach/nuklear_console
Combo Box: Custom value for each item
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 22
- Forks
- 4
- Avg merge
- 4m
- Merged PRs (30d)
- 2
Description
I have a setting that is indexed from -1, not 0 that I wish to assign to a combobox, but can't currently due to this limitation.
(Also, I hope I'm not bothering you by opening these tickets, just trying to think of things that could be useful not only for me, but others as well who come to use the library)
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.
Research direction
Start by locating the combo-box implementation and how item values are currently assigned. Reproduce the limitation with an index beginning at -1, then trace the existing item-selection behavior. Done means each combo-box item can use its own custom value, including negative values, without breaking current usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100