src/tabviews/zshare/topSearch/index.jsx
@@ -493,7 +493,7 @@ <Select showSearch onChange={(value) => {this.selectChange(item, value)}} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0} filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0 || option.props.value.toLowerCase().indexOf(input.toLowerCase()) >= 0} getPopupContainer={() => formId ? document.getElementById(formId) : document.body} > {item.options.map((option, i) =>