gyscos / cursive

A Text User Interface library for the Rust programming language
MIT License
4.29k stars 243 forks source link

Multi selection SelectView #118

Open marshauf opened 7 years ago

marshauf commented 7 years ago

Hello,

I would like to select multiple items in a SelectView. Can this be achieved?

gyscos commented 7 years ago

This is not currently possible, but looks like a use case we'd like to support.

gyscos commented 7 years ago

In the short-term, it might be better served with a list of CheckBoxes.

ghost commented 6 years ago

I'm not sure what's your @gyscos concept for multi selection. Perhaps current SelectView should be extended. But if not, I've done this. It's strongly opinionated version for my use case.. . What do you think?

TerminalWitchcraft commented 6 years ago

+1 for this feature. It will be very useful if we could extend SelectView for multiple selections.