各位大佬,kivy TextInput中怎样设置 限制数字输入位数
在KV中使用
input_filter: lambda text, from_undo: text[:5 - len(self.text)]
只能限制字符长度但不能限制数字外的字符输入