To clear the values in the drop-down menu of a ttk.Combobox, set values to an empty tuple.
1 |
|
Now the combobox values drop-down menu is empty.
ttk.Combobox – Clear values drop-down
To clear the values in the drop-down menu of a ttk.Combobox, set values to an empty tuple.
1 |
|
Now the combobox values drop-down menu is empty.