Skip to content

Multibe drobdown/combo menus text below other dropdowns #414

Open
@J-Arnold

Description

@J-Arnold

Hi,
I try to use multible dropdowns/combo menus in an node.
I add in the example in file nodes/widget_nodes.py at line 25 additional dropdowns:
self.add_combo_menu('my_menu', 'Menu Test', items=items, tooltip='example custom tooltip')
self.add_combo_menu('my_menu2', 'Menu Test2', items=items, tooltip='example custom tooltip2')
self.add_combo_menu('my_menu3', 'Menu Test3', items=items, tooltip='example custom tooltip3')

after starting if you select the top Dropdown the select textes are below and hidden by the other dropdowns, so it is not possible to read and select the text.

combobox issue

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions