How can I make a dropdown menu with no submit button in tkinter?

87 Views Asked by At

I have a problem. whenever I create a optionmenu in tkinter, I have to submit its data using a button, but I don't think this is simple enough for the user. Is there a way to get a optionmenu submit its data without the submit button?

I want the dropdown menu to update instantly after the user selects one of the options.

0

There are 0 best solutions below