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

Multi-select menu item #24

Open
DanEhrlich opened this issue Jun 22, 2016 · 3 comments
Open

Multi-select menu item #24

DanEhrlich opened this issue Jun 22, 2016 · 3 comments

Comments

@DanEhrlich
Copy link

Being a relative new comer to python what would it take to create a multi-select menu item where I could choose more than one thing?

@vindarel
Copy link

vindarel commented Jun 23, 2016

+1 ! Will that be possible ?

@vindarel
Copy link

vindarel commented Jun 23, 2016

(multi-select is doable in another lib: https://github.com/pp19dd/picker (src: SO answer) (but it isn't in pypi…)

@pmbarrett314
Copy link
Owner

Huh, that's a pretty cool piece of code! I hadn't thought about multi-selection functionality, so you'd definitely have to do some work to get it working. But it sounds like something I might implement in the future. You'd probably end up wanting to do a custom menu class, and maybe custom items so you can handle having more than one selected item.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants