mirror of https://github.com/rivo/tview.git
Fixed the docs of FormItem. Fixes #153
This commit is contained in:
parent
c325864561
commit
21f50f5bc4
2
form.go
2
form.go
|
@ -26,7 +26,7 @@ type FormItem interface {
|
|||
// required.
|
||||
GetFieldWidth() int
|
||||
|
||||
// SetEnteredFunc sets the handler function for when the user finished
|
||||
// SetFinishedFunc sets the handler function for when the user finished
|
||||
// entering data into the item. The handler may receive events for the
|
||||
// Enter key (we're done), the Escape key (cancel input), the Tab key (move to
|
||||
// next field), and the Backtab key (move to previous field).
|
||||
|
|
Loading…
Reference in New Issue