0

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)
Naren Babu R
  • 453
  • 2
  • 9
  • 33
  • 2
    `AutocompleteCombobox` inherits from `ttk.Combobox`, so it should support same virtual event binding. – acw1668 Feb 21 '23 at 09:24

0 Answers0