Multi-select menu item
Opened this issue · 3 comments
DanEhrlich commented
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 commented
+1 ! Will that be possible ?
vindarel commented
(multi-select is doable in another lib: https://github.com/pp19dd/picker (src: SO answer) (but it isn't in pypi…)
pmbarrett314 commented
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.