mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #474] Allow specifying number of items needed to trigger "fullscreen" autocomplete list? #343
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#343
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 @khughitt on GitHub (Jul 18, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/474
Currently, autocomplete appears to show ~3 items at a time initially when there are a lot of choices. As I type more characters and narrow down the choices, at some point, the menu switches to a "fullscreen" view.
Would it be possible to provide a parameter to control this behavior? (i.e. minimum number of entries required to trigger full screen view)
Similarly, it could be useful to be able to specify the number of items to show in the initial smaller view.
@rivo commented on GitHub (Sep 15, 2020):
The autocomplete list doesn't just show 3 items. Please post a brief example (with code) where only three items are shown but there should be more.
@khughitt commented on GitHub (Sep 15, 2020):
Hmm.. I'm no longer able to reproduce this, so I have no idea what I did to lead to the problem in the first place.
I'm going to close this issue, but If I encounter the same issue in the future I will try and provide a reproducible example.