bughelp wanted
仓库指标
- Star
- (512 star)
- PR 合并指标
- (PR 指标待抓取)
描述
Reported by @J-F-Liu in https://github.com/diegohaz/schm/issues/35#issuecomment-395087573
schema({
correctOptions: {
type: [String],
minlength: 1,
},
});
with this code, the minlength validator is ignored.