Open
Description
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.
