From 74cef48f13f8607235a2af19f37c7480139c53f6 Mon Sep 17 00:00:00 2001 From: rickcole Date: Wed, 1 Apr 2020 18:07:48 +0800 Subject: [PATCH] =?UTF-8?q?Select=20=E5=9C=A8=E6=9C=89=E5=B7=B2=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E6=97=B6=EF=BC=8CautoComplete=20=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=B7=B2=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Select.tsx | 12 ++++++------ src/renderers/Form/Select.tsx | 5 ++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/components/Select.tsx b/src/components/Select.tsx index e6daec7a..12907eaf 100644 --- a/src/components/Select.tsx +++ b/src/components/Select.tsx @@ -597,12 +597,12 @@ export class Select extends React.Component { let checkedAll = false; let checkedPartial = false; - let filtedOptions: Array