How to select kivy old value for the spinner
问题 Kivy documentation states that "Touching the spinner displays a dropdown menu with all the other available values from which the user can select a new one." Is there any workaround to tell if it is an old value a user selected in order to perform the same action? I am really stuck with this, please help me out. 回答1: Rather than using the on_text or on_select , you can use the Buttons that make up the DropDown to trigger whatever method you want to run. That way, it doesn't matter whether the