标签: mongodb meteor meteor-autoform meteor-collection2 simple-schema
使用aldeed-autoform进行插入会在存储mongo时自动生成_id字段。我很想知道这个_id字段是否可以作为文本框打开,如果随机自动生成,则允许用户输入唯一ID。
示例:
{ _id:{ type: String, autoform:{ type:"select", ... ... ... } } }