TkinterEP / ttkwidgets

A collection of widgets for Tkinter's ttk extensions by various authors
GNU General Public License v3.0
137 stars 28 forks source link

Autocomplete search match with case INSENSITIVE #93

Closed SilasPDJ closed 1 year ago

SilasPDJ commented 2 years ago
variab = ttkac.AutocompleteEntryListbox(self.root, ["alpha", "BETA"])

I just need to create a search with case insensitive

image

that won't match at all, how to make that works?