src/tabviews/zshare/mutilform/mkSelect/index.jsx
@@ -3,7 +3,6 @@ import { Select } from 'antd' import MKEmitter from '@/utils/events.js' import './index.scss' class MKSelect extends Component { constructor(props) { @@ -160,6 +159,7 @@ allowClear id={config.uuid} value={value} dropdownMatchSelectWidth={config.dropdown !== 'false'} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} onSelect={this.selectChange} onChange={(val) => val === undefined && this.selectChange('')}