How to accept only numeric input (double) in kivy

后端 未结 0 959
萌比男神i
萌比男神i 2020-11-27 22:20

I want my Textinput to accept only float input directly from python code. Here is what I have attempted:

TextInput(hint_text=\'Kgs\', input_filter = float, mu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题