PickAdate不使用autoform实现

时间:2015-09-15 10:10:43

标签: meteor meteor-autoform materialize

我在尝试使用带有gildaspk的PickAdate时遇到以下错误:autoform-materialize version:0.0.7 MCVE 这是我的架构字段:

 when: {
    type: Date,
    autoform: {
      type: 'pickadate'
    }

这是我的表格声明:

{{#autoForm id="addEvents" collection="Events" type="insert"}}
  {{> afFieldInput name='when' type="pickadate"}}
    <div>
        <button type="submit">Submit</button>
    </div>
{{/autoForm}}

0 个答案:

没有答案