dataSource: normalizeSelectDataSource()

in packages/rc-components/rc-search/src/ComplexSearch/index.tsx [272:277]


      dataSource: normalizeSelectDataSource(
        selectedFilterType?.label,
        selectedFilterType?.templateProps?.dataSource || []
      ),
      defaultVisible: true,
      popupStyle: { width: 'auto' },