ttkwidgets
ttkwidgets copied to clipboard
how to check AutocompleteCombobox is selected for calling a callback function
In ComboBox, we have <<ComboboxSelected>>
.
company_box.bind("<<ComboboxSelected>>", pick_theme)
Similarly whats the equivalent for <<ComboboxSelected>>
in AutocompleteCombobox