Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

edit values in place with widgets #17

Open
Grokmoo opened this issue Sep 23, 2020 · 0 comments
Open

edit values in place with widgets #17

Grokmoo opened this issue Sep 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Grokmoo
Copy link
Owner

Grokmoo commented Sep 23, 2020

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.

@Grokmoo Grokmoo added the enhancement New feature or request label Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant