node-form-validator icon indicating copy to clipboard operation
node-form-validator copied to clipboard

对于空的字段支持默认值

Open calidion opened this issue 8 years ago • 0 comments

{
page: {
  type: 'int',
  defaultsTo: 1
},
limit: {
  type: 'int',
  defaultsTo:  20
}
}

calidion avatar Sep 19 '17 07:09 calidion