-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Description
minLen maxLen验证出现bug
当列属性 dataType为int或float,validations 包含 minLen maxLen
代码在
else if ("minLen" == h) o = a(o), p = a(p), o.length >= p && (u = !0);
else if ("maxLen" == h) o = a(o), p = a(p), o.length <= p && (u = !0);
o.length 值是 undefiend
验证不会成功
我的处理是
(o+'').length
版本V3.5.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels