1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-26 13:49:06 +08:00

Fix docs about multi-line text in forms

Previously TextAreas could not be added to forms. This functionality has
been added, but the documentation still said that it was not possible.

Signed-off-by: Sam Whited <sam@samwhited.com>
This commit is contained in:
Sam Whited 2024-11-23 09:18:42 -05:00
parent c76f7879f5
commit 318c788ee4
No known key found for this signature in database
GPG Key ID: 16D5138E52B849B3

View File

@ -94,9 +94,6 @@ type textAreaUndoItem struct {
// text is not supported. Word-wrapping is enabled by default but can be turned
// off or be changed to character-wrapping.
//
// At this point, a text area cannot be added to a [Form]. This will be added in
// the future.
//
// # Navigation and Editing
//
// A text area is always in editing mode and no other mode exists. The following