mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #920] Feature Request: List as FormItem #671
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#671
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?
Originally created by @elsni on GitHub (Nov 19, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/920
for my current project it would be very handy if a List could be added to a Form and could also be rendered horizontally (just item names, no shortcut, no secondary).
Background: I want to assign tags to a record that can be edited with a Form. Tag assignments can be added with an InputField with autocomplete, but I need a way to display already assigned tags and an easy way for the user to remove them.
when a list item is added or removed, there must be a way to redraw the list within fixed dimensions, or redraw the entire form retaining the focus.