{{#bs-form formLayout="horizontal" model=this novalidate=true onSubmit=(action "submit") as |form| }} {{#form.element classNames="poll-type" label=(t "create.index.input.pollType.label") property="pollType" showValidationOn=(array "change" "focusOut") useIcons=false as |el| }} {{#autofocusable-element tagName="select" change=(action (mut el.value) value="target.value") id=el.id class="form-control" }} {{/autofocusable-element}} {{/form.element}}
{{/bs-form}}