For example, I have 2 Comboboxes. I need to enable/disable second Combobox based on choises in the first Combobox. Or change some text on a Button in some Comboboxs `on_selected()` method. How can I do this?
For example, I have 2 Comboboxes.
I need to enable/disable second Combobox based on choises in the first Combobox.
Or change some text on a Button in some Comboboxs
on_selected()method.How can I do this?