UNPKG

meteor-autoform-materialize

Version:
19 lines (18 loc) 463 B
<template name="quickForm_materialize"> {{#autoForm this.qfAutoFormContext}} {{> afQuickFields}} {{#if qfShouldRenderButton}} <div class="row"> <div class="col s12"> <button type="submit" {{submitButtonAtts}}> {{#with ../atts.buttonContent}} {{this}} {{else}} Submit {{/with}} </button> </div> </div> {{/if}} {{/autoForm}} </template>