1
I wonder how to capture the text of textinput
.
self.ids.grid.cols = 4
for i in range(12):
self.ids.grid.add_widget(TextInput(id = str(i+1), text = 'Teste'))
For example, I would like to be able to access each textinput
, and their properties.