xxxxxxxxxx
<select onchange="myFunction1()" name="chat_roomname" id="chatroom1">
<option onclick="myFunction1()" value="st1" selected="selected">Create new Stream</option>
{{#each chatRooms}}
<option onclick="myFunction2()" value="{{this}}">{{this}}</option>
{{/each}}
</select>