@antscorp/antsomi-ui 1.3.5-beta.888 → 1.3.5-beta.889
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.
|
@@ -155,7 +155,7 @@ export const renderValueField = ({ filterMetric, operator, value, matchesAny, on
|
|
|
155
155
|
case OPERATORS_CODE.MATCHES_ANY:
|
|
156
156
|
case OPERATORS_CODE.NOT_MATCHES: {
|
|
157
157
|
const { list, isLoading } = matchesAny || {};
|
|
158
|
-
return (_jsx(MatchesAnySelect, { selectedItems: Array.isArray(value) ? value : [], popupClassName: EXCEPTION_OFF_FILTER_CLASS, objectName: name, items: list, loading: isLoading, onChange: onChangeValue, onLoadMore: onLoadMore }));
|
|
158
|
+
return (_jsx(MatchesAnySelect, { maxSelectedItem: 100, maxLengthEachItem: 200, selectedItems: Array.isArray(value) ? value : [], popupClassName: EXCEPTION_OFF_FILTER_CLASS, objectName: name, items: list, loading: isLoading, onChange: onChangeValue, onLoadMore: onLoadMore }));
|
|
159
159
|
}
|
|
160
160
|
case OPERATORS_CODE.AFTER:
|
|
161
161
|
case OPERATORS_CODE.AFTER_DATE:
|