meteor-autoform-materialize
Version:
Materialize theme for Autoform
13 lines (11 loc) • 336 B
HTML
<template name="autoForm_materialize">
{{#unless afDestroyUpdateForm this.id}}
{{! afDestroyUpdateForm is a workaround for sticky input attributes}}
{{! See https://github.com/meteor/meteor/issues/2431 }}
<form {{atts}}>
<div class="row">
{{> Template.contentBlock ..}}
</div>
</form>
{{/unless}}
</template>