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

extract combination select widget from growlight #322

Closed
dankamongmen opened this issue Feb 5, 2020 · 7 comments
Closed

extract combination select widget from growlight #322

dankamongmen opened this issue Feb 5, 2020 · 7 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Milestone

Comments

@dankamongmen
Copy link
Owner

Growlight has a comboselect widget. Extract and generalize it.

2020-02-05-031510_722x857_scrot

@dankamongmen dankamongmen added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 5, 2020
@dankamongmen dankamongmen self-assigned this Feb 5, 2020
@dankamongmen dankamongmen added this to the 1.3.0 milestone Feb 18, 2020
@dankamongmen
Copy link
Owner Author

This will be part of #320.

@dankamongmen
Copy link
Owner Author

How do we want the selected items returned?

@dankamongmen
Copy link
Owner Author

raise_multiform() is the key into this in growlight, where it appears we're just passing back a selarray vector of selected items. Sure, that makes sense, especially if we don't allow dynamic additions/deletions for the list. If we do allow them, we'd probably want to pass back a full array of items plus selections.

@dankamongmen
Copy link
Owner Author

We've got the type, the functions, and a driver. Just need to set up the proper behavior, heh.

@dankamongmen
Copy link
Owner Author

☐☒ are what we're using in growlight

dankamongmen added a commit that referenced this issue Mar 9, 2020
@dankamongmen
Copy link
Owner Author

multiselector

@dankamongmen
Copy link
Owner Author

that's all the basics, huzzah!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant