mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[GH-ISSUE #507] Unable to get focus on second DropDown widget in one Flex column #369
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#369
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 @emicklei on GitHub (Oct 3, 2020).
Original GitHub issue: https://github.com/rivo/tview/issues/507
Hi,
This example program below shows two DropDown widgets, each with two options, with a layout using a Flex.
Problem:
When running the program, it is not possible get the focus on the second DropDown, either by TAB or using Mouse.
Version:
github.com/rivo/tview v0.0.0-20200915114512-42866ecf6ca6@emicklei commented on GitHub (Oct 8, 2020):
By inspecting the code, it appears that these widgets need to be part of a Form in order to respond to Tab navigation. I am now considering creating a FlexForm to combine behaviors