#Get the text from Inputtext in modal and user who interacted with it

1 messages · Page 1 of 1 (latest)

upbeat ginkgo
#

Anyway to do that?

elfin trail
#

self.children are the inputs you added which have a .value attribute

#

self.children[0].value

#

You receive Interaction on your callback, you can figure out that for the user

#

@upbeat ginkgo