jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案
https://jd-opensource.github.io/drip-form/
MIT License
613 stars 73 forks source link

feature(antd-theme): uploader support maxCount #72

Closed mengshang918 closed 2 years ago

mengshang918 commented 2 years ago

antd v4.10.0支持maxCount配置最大上传数量,@jdfed/drip-form-theme-antd在antd v4.10.0之前使用maxFileNumber配置。统一为maxCount,并兼容maxFileNumber

Originally posted by @mengshang918 in https://github.com/JDFED/drip-form/issues/50#issuecomment-1000761750