📜  kivy textinput 文本不可见 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:15.758000             🧑  作者: Mango

代码示例1
Set the cursor position at the same time you assign new data to the textinput:

example = TextInput(text = "exampletext,
                    cursor=(0,0))