ronds-metadata 1.2.15 → 1.2.16
Sign up to get free protection for your applications and to get access to all the features.
@@ -32,7 +32,7 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";
|
|
32
32
|
/*
|
33
33
|
* @Author:wangxian
|
34
34
|
* @Date: 2021-09-18 14:15:04
|
35
|
-
* @LastEditTime: 2023-03-06
|
35
|
+
* @LastEditTime: 2023-03-06 14:43:01
|
36
36
|
*/
|
37
37
|
import React from 'react';
|
38
38
|
import { MetadataFormContext, MetadataRefContext } from '../interface';
|
@@ -489,7 +489,9 @@ function Index(props) {
|
|
489
489
|
},
|
490
490
|
allowClear: true,
|
491
491
|
onChange: onSelectChange,
|
492
|
-
maxTagCount: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagCount
|
492
|
+
maxTagCount: extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagCount,
|
493
|
+
maxTagTextLength: (extraInfo === null || extraInfo === void 0 ? void 0 : extraInfo.maxTagTextLength) || 9,
|
494
|
+
maxTagPlaceholder: "..."
|
493
495
|
});
|
494
496
|
}
|
495
497
|
};
|