Hi,
I have created a nested component dynamically and tried to attach an event to it, once its rendered. I failed to find the element in this.getChild(…) , but was able to find using $$(…).
Can anybody help me understand what exactly is happening?
Why is this.getChild() not returning the element?