mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #350] Autocomplete on Form InputFields #260
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#260
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 @IdlePhysicist on GitHub (Sep 28, 2019).
Original GitHub issue: https://github.com/rivo/tview/issues/350
I see that Autocomplete functionality has been added to the InputField class (#299). But would be possible to add it to the Form class too?
Or is it already possible to use in the Form class?
@rivo commented on GitHub (Oct 18, 2019):
Yes, it is. You can add your own
InputFieldobject to aFormusingForm.AddFormItem(). (InputFieldimplements theFormIteminterface.)