From c6464409c447aac61a32458979a7371f859bdb25 Mon Sep 17 00:00:00 2001 From: unix Date: Sat, 16 May 2020 22:53:54 +0800 Subject: [PATCH] fix(input): fix default width of Input cannot shrink under flex --- components/input/input.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/input/input.tsx b/components/input/input.tsx index 651b5b7..61d2716 100644 --- a/components/input/input.tsx +++ b/components/input/input.tsx @@ -227,6 +227,7 @@ const Input = React.forwardRef