From 090394145acbbf71f98d33f486da7699c2f94b52 Mon Sep 17 00:00:00 2001 From: chenos Date: Sat, 2 Jan 2021 22:31:35 +0800 Subject: [PATCH] fix: drawer select allow clear --- packages/app/src/components/form.fields/drawer-select/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/app/src/components/form.fields/drawer-select/index.tsx b/packages/app/src/components/form.fields/drawer-select/index.tsx index bce72ee13..5cbacc7a0 100644 --- a/packages/app/src/components/form.fields/drawer-select/index.tsx +++ b/packages/app/src/components/form.fields/drawer-select/index.tsx @@ -41,6 +41,7 @@ function DrawerSelectComponent(props) { open={false} mode={multiple ? 'tags' : undefined} labelInValue + allowClear={true} value={options} notFoundContent={''} onChange={(data) => {