Skip to content

Commit

Permalink
fix: add clarification in TextField label
Browse files Browse the repository at this point in the history
  • Loading branch information
benlister-okta committed May 10, 2024
1 parent dfa8451 commit e6f7d80
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ export const Multiline: StoryObj<typeof TextField> = {
isMultiline: true,
defaultValue: "",
},
storyName: "Multiline (Textarea)",
};

export const Placeholder: StoryObj<typeof TextField> = {
Expand Down

0 comments on commit e6f7d80

Please sign in to comment.