<card id="card2" title="Answer">
<p>
You selected: $(name)
</p>
</card>
It works just how I want it to after the user clicks on the list, they get presented with two categories Music Singles and Music Video; with the user being able to go in to either of them and make their selection.
But Currently the user first sees the first item in the list, in this case it shows 'Old Love'But what I want it to do is to display the two categories as soon as the page loads.
Can anyone please tell me what I am doing wrong and tell me how to do it.