From 5463bdb0d06d78f08e534143558d0b9b3c6ddc30 Mon Sep 17 00:00:00 2001 From: Alex Taker Date: Wed, 11 Sep 2024 17:38:57 -0400 Subject: [PATCH] Clean up text in va-file-input-multiple story (#1328) * clean up text * remove unnecessary class * remove unnecessary uswds flag --- .../stories/va-file-input-multiple-uswds.stories.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/storybook/stories/va-file-input-multiple-uswds.stories.jsx b/packages/storybook/stories/va-file-input-multiple-uswds.stories.jsx index 9ad14ef57..c84f20fef 100644 --- a/packages/storybook/stories/va-file-input-multiple-uswds.stories.jsx +++ b/packages/storybook/stories/va-file-input-multiple-uswds.stories.jsx @@ -81,7 +81,7 @@ HeaderSize.args = { const additionalFormInputsContent = (
- + @@ -115,7 +115,7 @@ const AdditionalFormInputsContentTemplate = ({
-

To add additional fields associated with some file, you can pass custom content into the slot of this component and it will render in each file input.

+

You can collect additional information about an uploaded file by passing inputs to the slot of this component. The slot content will render after a file is uploaded.

This example showcases how to include custom content, such as dropdowns, within the file input component.

@@ -123,7 +123,7 @@ const AdditionalFormInputsContentTemplate = ({ {`const additionalFormInputsContent = (
- +