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 65d6152 commit a6f39faCopy full SHA for a6f39fa
packages/react/src/components/Select/Select-story.js
@@ -37,7 +37,7 @@ const props = {
37
'Form validation UI content (invalidText in <Select>)',
38
'A valid value is required'
39
),
40
- labelText: text('Label text (helperText)', 'Select'),
+ labelText: text('Label text (labelText)', 'Select'),
41
helperText: text('Helper text (helperText)', 'Optional helper text.'),
42
onChange: action('onChange'),
43
}),
0 commit comments