king
2021-09-28 432b788acf901b0720184b8ee8bc81a2e6fa47e0
src/tabviews/zshare/topSearch/mkSelect/index.jsx
@@ -3,7 +3,6 @@
import { Select } from 'antd'
import MKEmitter from '@/utils/events.js'
import './index.scss'
class MKSearchSelect extends Component {
  constructor(props) {
@@ -106,6 +105,7 @@
      <Select
        showSearch
        mode={config.type === 'multiselect' ? 'multiple' : ''}
        dropdownMatchSelectWidth={config.dropdown !== 'false'}
        value={value}
        filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
        onChange={this.selectChange}