mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #792] Input Autocomplete list still visible after losing focus #580
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#580
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 @carpii on GitHub (Jan 2, 2023).
Original GitHub issue: https://github.com/rivo/tview/issues/792
Lets say an Input has an autocomplete list open.
Now move the focus to a different Form item (using either SHIFT+TAB or simply clicking with mouse)
The list does not close, and then the Form output starts overlapping the autocomplete list
I've tested this using the previous tview release too, but it doesn't seem to be a regression related to the recent key handling changes
@rivo commented on GitHub (Jan 4, 2023):
Interesting that it wasn't noticed before. Should be fixed now.