UNPKG

meteor-autoform-materialize

Version:
11 lines (8 loc) 235 B
/*jshint esversion: 6 */ import { Template } from 'meteor/templating'; import './afQuickField.html'; Template.afObjectField_materialize.helpers({ quickFieldsAtts: function () { return _.pick(this, 'name', 'id-prefix'); } });