mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 13:25:51 +03:00
[PR #1058] [CLOSED] Add multi-select mode for lists #1120
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#1120
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/1058
Author: @SamWhited
Created: 11/23/2024
Status: ❌ Closed
Base:
master← Head:list_multi_select📝 Commits (1)
699bc05Add multi-select mode for lists📊 Changes
1 file changed (+135 additions, -27 deletions)
View changed files
📝
list.go(+135 -27)📄 Description
This adds a multi-select mode for lists in which the current selection changes to be a cursor and pressing enter marks the item under the cursor as actually selected.
DropDown is based on list so this should unblock adding a multi-select mode to DropDown's as well (I have a followup PR that I can submit for this if desired).
Updates #330
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.