-
Notifications
You must be signed in to change notification settings - Fork 825
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
Implement MultiSelect #2518
Labels
Comments
That looks very close to what we need! Could you share the code? |
@willmcgugan : sure, it's in PR #2524 |
(In anticipation of the PR coming in tomorrow, and so I don't forget...) See also #2379. |
This was referenced May 24, 2023
Merged
Merged
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a widget to select multiple options from a list.
Similar to HTML Select with multiple, but greater usability.
I think this should be built on OptionList, but have a checkbox by each item. The return value should be a tuple of values.
I don't think we need a overlay (like Select). Since this is designed to show multiple things, it probably should be multiple lines long, scrolling as required.
The text was updated successfully, but these errors were encountered: