src/templates/sharecomponent/searchcomponent/searchform/index.jsx
@@ -440,7 +440,7 @@ content = <Select showSearch allowClear={item.allowClear === true} filterOption={(input, option) => option.props.children[2].toLowerCase().indexOf(input.toLowerCase()) >= 0} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} onChange={(value) => {this.optionChange(item.key, value)}} getPopupContainer={() => document.getElementById('commontable-search-form-box')} >