In tkinter Combobox, for calling a callback function we use
cbox.bind("<<ComboboxSelected>>", function)
I need the same functionality for ttkwidgets AutocompleteCombobox
cbox.bind("<<???>>", function)
In tkinter Combobox, for calling a callback function we use
cbox.bind("<<ComboboxSelected>>", function)
I need the same functionality for ttkwidgets AutocompleteCombobox
cbox.bind("<<???>>", function)