Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a961367

Browse files
committed
chore: review textarea fix
1 parent 93293db commit a961367

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/chakra-ui-core/src/CTextarea/CTextarea.stories.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ storiesOf('UI | Textarea', module)
1414
mt="2"
1515
placeholder="Here is a sample placeholder"
1616
size="md"
17+
@change="handleChange"
1718
:value="textareaContent"
1819
/>
1920
</CBox>

0 commit comments

Comments
 (0)