kivy textinput text not visible code example
Example: kivy textinput text not visible
Set the cursor position at the same time you assign new data to the textinput:
example = TextInput(text = "exampletext,
cursor=(0,0))
Set the cursor position at the same time you assign new data to the textinput:
example = TextInput(text = "exampletext,
cursor=(0,0))