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:
parent
c76f7879f5
commit
318c788ee4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user