From d0ca9ae05e58042070a9c0558a8aaf2a0202532b Mon Sep 17 00:00:00 2001 From: Ilan Hasanov Date: Sat, 28 Jul 2018 18:57:32 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20input=20component=20blank=20spac?= =?UTF-8?q?es=20remove?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/input/demo/autosize-textarea.md | 1 - components/input/demo/size.md | 2 -- 2 files changed, 3 deletions(-) diff --git a/components/input/demo/autosize-textarea.md b/components/input/demo/autosize-textarea.md index a61544c6c1..009ddf83ef 100644 --- a/components/input/demo/autosize-textarea.md +++ b/components/input/demo/autosize-textarea.md @@ -14,7 +14,6 @@ title: `autosize` prop for a `textarea` type of `Input` makes the height to automatically adjust based on the content. An options object can be provided to `autosize` to specify the minimum and maximum number of lines the textarea will automatically adjust. - ````jsx import { Input } from 'antd'; diff --git a/components/input/demo/size.md b/components/input/demo/size.md index 3787810d50..77d6ef2ed0 100644 --- a/components/input/demo/size.md +++ b/components/input/demo/size.md @@ -9,12 +9,10 @@ title: 我们为 `` 输入框定义了三种尺寸(大、默认、小),高度分别为 `40px`、`32px` 和 `24px`。 - ## en-US There are three sizes of an Input box: `large` (40px)、`default` (32px) and `small` (24px). - ````jsx import { Input } from 'antd';