UNPKG

meteor-autoform-materialize

Version:
13 lines (11 loc) 336 B
<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>