You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: