Animate 2019 HTML5 textinput component set value
Hello,
I am trying to set the value of a textinput HTML5 component and I am using a document.getElementById('my_textinput') method (of course 'my_textinput' is the instance name).
I am getting null from that and I am suspecting that the component is not yet initialized when I am calling the above.
Is there any eventListener I can add to the symbol (like onload or oncreatecompletion etc) that can help with this?
Thank you
