Hello, I am adding template components after I load my page for a user story. How do I get them to render the extra code that is generated.
For context I am using the one component that is added in via a JS function innerHTML:
<select>
<option> 1 </option>
<option> 2 </option>
</select>
and some code should be generated after but it isn't.
I'm using laravel if that helps in any measure of the context.
