Kivy TextInput with DropDown widget does not allow scrolling
问题 I have several textinputs inside a ScrollView. When a 'normal' TextInput is on focus, I can easily scroll the view without losing the focus on the textinput. However, if the textinput opens a MeasureDropDown (custom DropDown) widget, scrolling is not possible anymore. The behavior is actually sligthly different on Windows and Android: On Windows, I can scroll the view only if the mouse cursor is not above the TextInput; On Android, there is no way to scroll the view as long as the textInput