From 6f1450713784d658d83c39072c9a88e97236c658 Mon Sep 17 00:00:00 2001 From: huqiaoli Date: Wed, 15 Feb 2023 18:02:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(TextArea):=E4=BF=AE=E6=94=B9TextArea?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E5=86=85=E5=AE=B9=E8=87=AA=E5=8A=A8=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examples/src/routes/TextArea/index.tsx | 11 ++++++ packages/core/src/TextArea/README.md | 23 +++++++++++ packages/core/src/TextArea/index.tsx | 39 +++++++++++++++---- 3 files changed, 65 insertions(+), 8 deletions(-) diff --git a/example/examples/src/routes/TextArea/index.tsx b/example/examples/src/routes/TextArea/index.tsx index c4eddaa37..ef6a47a6e 100644 --- a/example/examples/src/routes/TextArea/index.tsx +++ b/example/examples/src/routes/TextArea/index.tsx @@ -14,6 +14,7 @@ export default class TextAreaView extends Component { value1: '只读状态不可输入', value3: '自定义输入框样式', value4: '', + value5: '', }; render() { @@ -35,6 +36,16 @@ export default class TextAreaView extends Component { placeholder="默认提示语" /> + +