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}