mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
docs: fix TextArea showCount demo (#38849)
* docs: fix TextArea showCount demo * chore: update snapshot
This commit is contained in:
parent
5038bf467d
commit
0cca743a9e
@ -10005,7 +10005,7 @@ Array [
|
||||
<div
|
||||
class="ant-input-textarea ant-input-textarea-show-count"
|
||||
data-count="0 / 100"
|
||||
style="height:120px"
|
||||
style="height:120px;margin-bottom:24px"
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
|
@ -3753,7 +3753,7 @@ Array [
|
||||
<div
|
||||
class="ant-input-textarea ant-input-textarea-show-count"
|
||||
data-count="0 / 100"
|
||||
style="height:120px"
|
||||
style="height:120px;margin-bottom:24px"
|
||||
>
|
||||
<textarea
|
||||
class="ant-input"
|
||||
|
@ -12,7 +12,7 @@ const App: React.FC = () => (
|
||||
<TextArea
|
||||
showCount
|
||||
maxLength={100}
|
||||
style={{ height: 120 }}
|
||||
style={{ height: 120, marginBottom: 24 }}
|
||||
onChange={onChange}
|
||||
placeholder="can resize"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user