datalize
datalize copied to clipboard
add message parameter on field to support custom message
set custom field error message. for example: field('title').required('please input title').length(5,20,{message:'标题长度超过限制范围'})