From 7c71766291f8feec35934de8077fa0f50221f1de Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 四月 2021 21:36:05 +0800 Subject: [PATCH] 2021-04-28 --- src/tabviews/zshare/topSearch/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/zshare/topSearch/index.jsx b/src/tabviews/zshare/topSearch/index.jsx index 79a77e4..056869e 100644 --- a/src/tabviews/zshare/topSearch/index.jsx +++ b/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) => -- Gitblit v1.8.0