MultiSelection with a Table #2000
xarop-pa-toss
started this conversation in
General
Replies: 1 comment 1 reply
|
For what it is worth: I did write basically what you are describing once. I love it and use it all the time. Unfortunately I did it at work and cannot release the code, but I can tell you it is posisble, although it was a fair amount of work to get working the way I wanted. I implemented the IPrompt interface (similar to MultiSelectionPrompt) and used a Table live display combined with reading charactyers for the console to handle movement and checking/unchecking boxes. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey, is there a built-in way to have table rows with the behaviour of MultiSelectionPrompt? Or should I try to build a default MultiSelectionPrompt with some clever string manipulation?
All reactions