@para-ui/core 2.2.12 → 2.2.13

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.
@@ -140,4 +140,6 @@ export interface ComboSelectProps {
140
140
  getOptionLabel?: (nodeData: TreeNodeProps) => string;
141
141
  /** 下拉匹配选择框宽度 */
142
142
  dropdownMatchSelectWidth?: boolean | number;
143
+ /** 最大显示的 tag 文本长度 */
144
+ maxTagTextLength?: number;
143
145
  }