How to clear text field part of ttk.Combobox? How to clear text field part of ttk.Combobox? tkinter tkinter

How to clear text field part of ttk.Combobox?


You can clear the selected value of a Combobox by setting its value to an empty string:

ComboBox.set('')