`IntoAtoms` support for `ComboBox`
Open
- Dominant language
- Rust
- Stars
- 30.6k
- Forks
- 2.1k
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 72
Description
`ComboBox` still uses `WidgetText` rather than `IntoAtoms`.
I would like to display little images next to the options in my dropdown list, as well as in the "selected text".
My current workaround is to use a `MenuButton` instead, which does support `IntoAtoms`.
Contributor guide
Research direction
Start by locating the ComboBox implementation and its use of WidgetText, then compare it with MenuButton's IntoAtoms support. Verify how IntoAtoms is used for dropdown options and selected text. Done means ComboBox accepts IntoAtoms and supports images in both places, with relevant tests updated or added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100