Skip to content
Advertisement

Tag: dropdown

Kivy: How to bind dropdown opening properly?

I am struggling with making DropDown opening bind properly to the releasing of the selection button. I tried using this: selection_button.bind(on_release=drpdn.open) The binding seems to work rather randomly when I create more than one DropDown (some DropDowns open others do not and I cannot see any logic in it). However it shown exactly like this in the example in Kivy

Advertisement