edit values in place with widgets
Open
enhancement
- Dominant language
- Rust
- Stars
- 95
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Either change existing widgets or add new versions for input_field, toggle_button, combo_box, spinner.
Pass in a mutable reference which is set directly by the widget. For combo box this would probably require passing in an index and a mutable slice.
This is probably the more common use case, but the current behavior is more flexible so should be kept as well.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.