{{input type="text" class="form-control" value=value placeholder=placeholder}} {{#if grouped}} {{#each-in grouped as |group choices|}} {{#if choices.length}} {{#each choices as |value|}}
  • {{value}}
  • {{/each}} {{/if}} {{/each-in}} {{else}} {{#each choices as |value|}}
  • {{value}}
  • {{/each}} {{/if}}