From e2b1d4336f6a19ee80667c3383c12861448937e0 Mon Sep 17 00:00:00 2001 From: pingan1927 Date: Sat, 8 Oct 2016 11:52:50 +0800 Subject: [PATCH] fix inpunt-item parttern bug #334 --- components/input-item/index.web.tsx | 31 ++++++++++++++++++----------- 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/components/input-item/index.web.tsx b/components/input-item/index.web.tsx index 3d84623edf..1d12dbc18f 100644 --- a/components/input-item/index.web.tsx +++ b/components/input-item/index.web.tsx @@ -134,17 +134,6 @@ export default class InputItem extends React.Component {children ? (
{children}
) : null} @@ -187,7 +194,7 @@ export default class InputItem extends React.Component {clear && editable && !disabled && (value && value.length > 0) ?