ronds-metadata 1.3.51 → 1.3.52
Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
20
20
|
/*
|
21
21
|
* @Author: wangxian
|
22
22
|
* @Date: 2021-09-18 14:15:04
|
23
|
-
* @LastEditTime: 2024-07-
|
23
|
+
* @LastEditTime: 2024-07-15 10:56:36
|
24
24
|
*/
|
25
25
|
import React from 'react';
|
26
26
|
import { UploadOutlined } from '@ant-design/icons';
|
@@ -132,6 +132,7 @@ function Index(props) {
|
|
132
132
|
switch (_type) {
|
133
133
|
case 'autoComplete':
|
134
134
|
return /*#__PURE__*/React.createElement(_AutoComplete, {
|
135
|
+
maxLength: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxLength,
|
135
136
|
options: httpOptions,
|
136
137
|
style: {
|
137
138
|
width: 200
|