From 981764edbfb4684137a4846f8060fac8f11c9fbe Mon Sep 17 00:00:00 2001 From: manzhenhua Date: Wed, 10 Jun 2020 21:26:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ant_components/BIInput/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ant_components/BIInput/index.js b/ant_components/BIInput/index.js index 4de4eb4..2c467c3 100644 --- a/ant_components/BIInput/index.js +++ b/ant_components/BIInput/index.js @@ -24,8 +24,9 @@ const BIInput = (props) => { } return ( ) : null} + {...props} + suffix={props.value ? () : } /> ); } -- 2.21.0