@jiaozhiye/qm-design-react 1.12.21 → 1.12.23

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.
@@ -163,6 +163,7 @@ export type IFormItem = {
163
163
  count?: number;
164
164
  labelToSwitch?: boolean;
165
165
  filterable?: boolean;
166
+ filterMethod?: (inputValue: string, path: any) => boolean;
166
167
  listHeight?: number;
167
168
  collapseTags?: boolean;
168
169
  maxTagTextLength?: number;