We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824445a commit 513ebc7Copy full SHA for 513ebc7
src/components/fields/TextArea/TextArea.stories.tsx
@@ -38,3 +38,6 @@ WithIcon.args = { icon: true };
38
39
export const Password = Template.bind({});
40
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