king
2020-05-22 f25d46a5cfdc9cab3981e50255a5e82f72eba686
src/tabviews/zshare/topSearch/index.jsx
@@ -216,7 +216,6 @@
              })(
                <Select
                  showSearch
                  // allowClear={true}
                  onChange={(value) => {this.selectChange(item, value)}}
                  filterOption={(input, option) => option.props.children.toLowerCase().indexOf(input.toLowerCase()) >= 0}
                  getPopupContainer={() => document.getElementById(this.state.formId)}