Replies: 4 comments
|
What's a combo box with a title component? |
0 replies
|
create a menu with a title argument, show it as a popup combo box. The title becomes the zero'th element, which can't |
0 replies
0 replies
|
What's the code that creates that? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
If I construct a combo box with a title component, clicking on that title closes the combo box without
any of the subitems being triggered. This is generally undesirable - the title looks like any other item
and it's an easy accidental target.
I've tried several kludgey workarounds but found no way to make the title area into neutral territory where
clicks are ignored.
All reactions