ttkwidgets icon indicating copy to clipboard operation
ttkwidgets copied to clipboard

how to check AutocompleteCombobox is selected for calling a callback function

Open NarenZen opened this issue 2 years ago • 0 comments

In ComboBox, we have <<ComboboxSelected>>. company_box.bind("<<ComboboxSelected>>", pick_theme)

Similarly whats the equivalent for <<ComboboxSelected>> in AutocompleteCombobox

NarenZen avatar Feb 21 '23 08:02 NarenZen