Skip to content

Commit

Permalink
docs(text-input): add id to fix accessibilty storybook issue (#11526)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledavila authored Jun 1, 2022
1 parent 240be8f commit e2950e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default {

export const Default = () => (
<TextInput
id="text-input-1"
type="text"
labelText="Text input label"
helperText="Optional help text"
Expand Down

0 comments on commit e2950e2

Please sign in to comment.