My goal is to append an element to existing dom-if dynamically. Problem is that after appending I can see appended element in the DOM three but it never reacts
dom-if
The template element itself will not be added to the DOM, this is the reason you can't access it using querySelector or getElementXxx
querySelector
getElementXxx