From 247df73cee84d618ca624d2c31f806524706dc6f Mon Sep 17 00:00:00 2001 From: Tanner Summers Date: Thu, 22 Sep 2022 22:52:17 -0500 Subject: [PATCH 1/3] feat(react): added counter to textinput and storybook updates --- .../src/components/TextArea/TextArea-test.js | 4 +- .../TextArea/next/TextArea.stories.js | 8 ++++ .../src/components/TextInput/TextInput.js | 45 +++++++++++++++++-- .../TextInput/__tests__/TextInput-test.js | 35 +++++++++++++++ .../TextInput/next/TextInput.stories.js | 16 ++++++- .../components/text-input/_text-input.scss | 6 +++ 6 files changed, 108 insertions(+), 6 deletions(-) diff --git a/packages/react/src/components/TextArea/TextArea-test.js b/packages/react/src/components/TextArea/TextArea-test.js index 690b5e1de027..ca7a55450071 100644 --- a/packages/react/src/components/TextArea/TextArea-test.js +++ b/packages/react/src/components/TextArea/TextArea-test.js @@ -136,13 +136,13 @@ describe('TextArea', () => {