This commit is contained in:
yumoqing 2021-06-10 20:38:48 +08:00
parent 4f221b1933
commit f9fee3d2c1

View File

@ -243,6 +243,7 @@ class SelectInput(BoxLayout):
else:
self.si_data = ''
self.text = ''
self.tinp.text = self.text
self.add_widget(self.tinp)
self.old_value = self.si_data
self.tinp.bind(focus=self.showDropdown)