-
Notifications
You must be signed in to change notification settings - Fork 21
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
Multiple Selections #2
Comments
I've thought about that too. My priorities are currently fixing bubbletea such that multiple prompts don't lose input events, achieving proper test coverage, adding CI and general polish. Then I guess I can look into implementing this. |
@erikgeiser Do you have any particular requirements for this feature? |
First of all, sorry for the late reply and thank you for the kind offer @karatekaneen. I had this issue on the back burner because I currently don't have a need for multi selections myself. Initially, I had a multi-selection mode for the existing There is another issue, though. I was planning on refactoring |
Thank you for the response. Regarding the generics and 1.18 I heard somewhere (think it was here) that almost all go devs upgrade almost immediately because of the full backwards compatability promise so I think it is pretty safe to run the latest version. |
I think it's best if you actually create a new package, but you can obviously take a lot of the code from Yes, I also think most of the people that manage their Go installation themselves are already on 1.18 but some of the Linux folks have to take whatever the distros ship which can be years behind the current versions. However, they have to deal with the consequences themselves in my opinion. I just wanted to ask because it would be weird to suggest implementing a feature you need with generics if you weren't running 1.18 yourself. One minor issue is that the linters are currently broken on the |
has anyone implemented a multi selector using this package? |
@erikgeiser any take on this? :) |
Sorry for the late reply. Maybe I'll take a look at implementing this again, but I can't promise that it will be anytime soon. |
Just a fanciful idea that would work so well for my personal project. I was wondering if you would be keen to consider that a possibility in the near future or if it’s possible to implement with what currently exists? 🙂 Thanks anyways
The text was updated successfully, but these errors were encountered: