Textinput - doubt - doubt?

Asked

Viewed 32 times

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.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.