mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #834] Add functionality where AutoCompleteMenu can fill the whole input text field #609
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#609
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 @akurdunkar on GitHub (Apr 6, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/834
Right Now. The AutoCompleteMenu only has its width equal to the word with the biggest length in the
autocompleteList. I have a use case where I need the width to be the same as the input text field. Having a boolean value or any option to enable this would be great.@akurdunkar commented on GitHub (Apr 11, 2023):
Any updates on this?
@rivo commented on GitHub (Jun 18, 2023):
Can you explain why this is needed? Is this purely an aesthetic requirement? Or does its absence cause any problems to your users?
@akurdunkar commented on GitHub (Jun 22, 2023):
This is purey for aesthetic reasons.