@hzab/form-render-mobile 1.2.1-beta → 1.2.1-beta1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -110,7 +110,7 @@ export function handleMaxCount(fileList, maxCount) {
|
|
|
110
110
|
* @param {number} maxCount
|
|
111
111
|
* @returns Array<fileObject>
|
|
112
112
|
*/
|
|
113
|
-
export function handleInputFileList(_fileList, maxCount = 1,
|
|
113
|
+
export function handleInputFileList(_fileList, maxCount = 1, opt) {
|
|
114
114
|
const fileList = handleMaxCount(getArr(_fileList), maxCount);
|
|
115
115
|
if (fileList.length === 0) {
|
|
116
116
|
return fileList;
|