There was an error while loading. Please reload this page.
1 parent 9d58e4b commit 65ce434Copy full SHA for 65ce434
1 file changed
examples/pyside/combobox_example.cgx
@@ -27,7 +27,6 @@ class ComboBox(cg.Component):
27
# all the items from the props
28
self.state["current_index"] = 2
29
30
-
31
def changed(self, idx):
32
print("index changed:", idx)
33
self.state["current_index"] = idx
0 commit comments