mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #473] Allow specifying direction of DropDown widget? #341
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#341
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/473
When a DropDown menu is used near the bottom of the screen, it would be nice to be able to indicate that entries should be displayed in an upwards direction (e.g. similar to
fzf's default behavior)Ideally, option would be extended to AutoComplete functionality as well.
@rivo commented on GitHub (Sep 15, 2020):
This should already be the case. Can you post an example where it doesn't work?
@khughitt commented on GitHub (Sep 15, 2020):
@rivo I just tried to reproduce the issue and it seemed to behave well, so I'm not sure what the issue was.
I usually try and provide more helpful information to reproduce the issue. I think I had just assumed some of the things were expected behavior.
In any case, I'll close this and re-open it if I ever encounter the issue again and can provide more useful feedback.