我在尝试使用带有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}}