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.