Skip to content

Commit 513ebc7

Browse files
committed
chore(TextArea): add autoSize story
1 parent 824445a commit 513ebc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/fields/TextArea/TextArea.stories.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ WithIcon.args = { icon: true };
3838

3939
export const Password = Template.bind({});
4040
Password.args = { icon: true, type: 'password', defaultValue: 'hidden value' };
41+
42+
export const AutoSize = Template.bind({});
43+
AutoSize.args = { autoSize: true, defaultValue: '1\n2\n3\n4', rows: 1 };

0 commit comments

Comments
 (0)