Skip to content

Commit 9bb4bef

Browse files
docs: fix description of SelectInitialValue story (#26493)
* docs: fix description of SelectInitialValue story * Update packages/react-components/react-select/stories/Select/SelectInitialValue.stories.tsx Co-authored-by: Ben Howell <48106640+behowell@users.noreply.github.com> --------- Co-authored-by: Ben Howell <48106640+behowell@users.noreply.github.com>
1 parent 971eb86 commit 9bb4bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-components/react-select/stories/Select/SelectInitialValue.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const InitialValue = () => {
1919
InitialValue.parameters = {
2020
docs: {
2121
description: {
22-
story: 'A Select can have its initial value defined by using `selected` on a child `option`',
22+
story: 'A Select can have its initial value defined by using the `defaultValue` prop.',
2323
},
2424
},
2525
};

0 commit comments

Comments
 (0)