Initial commit
[autoform-autocomplete-array.git] / main.html
blobbd0b52140fbaefd40db6cdeb02c9c720944235f9
1 <body>
2 <h2> Simple example of using mpowaga:autoform-autocomplete </h2>
4 Insert Matches first, then it will autocomplete with these matches
5 {{> quickForm collection="Matches" id="insertMatcheForm" type="insert"}}
7 <br>
9 Matches:
10 {{#each matches}}
11 <br>{{topic}}
12 {{/each}}
14 <br>
16 Insert Round: (should autocomplete)
17 {{> quickForm collection="Rounds" id="insertRoundForm" type="insert"}}
18 </body>
20 <template name="autocomplete_display">
21 {{topic}}
22 </template>