From bbfdc46aa2deaa890e356c9120ce1bdb1d870a35 Mon Sep 17 00:00:00 2001 From: liuyanzhe Date: Mon, 17 Jul 2017 15:10:53 +0800 Subject: [PATCH] Fix TextArea disabled style --- components/input/TextArea.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/components/input/TextArea.tsx b/components/input/TextArea.tsx index eb12b0678e..36cc782c90 100644 --- a/components/input/TextArea.tsx +++ b/components/input/TextArea.tsx @@ -75,6 +75,13 @@ export default class TextArea extends React.Component { if (!('value' in this.props)) { this.resizeTextarea(); @@ -118,7 +125,7 @@ export default class TextArea extends React.Component