有没有办法通过meteor autoform插入自定义_id值?

时间:2016-07-19 17:32:28

标签: mongodb meteor meteor-autoform meteor-collection2 simple-schema

使用aldeed-autoform进行插入会在存储mongo时自动生成_id字段。我很想知道这个_id字段是否可以作为文本框打开,如果随机自动生成,则允许用户输入唯一ID。

示例:

{
  _id:{
    type: String,
    autoform:{
      type:"select",
    ...
    ...
    ...
    }
  }
}

0 个答案:

没有答案