Skip to content

Commit 5d0b444

Browse files
committed
fixed mistake in controlled exampe of Select
1 parent 67405d5 commit 5d0b444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stories/Select.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function MyComponent(){
3939
label="Label"
4040
nativeSelectProps={{
4141
onChange: event => setValue(event.target.value),
42-
value: ""
42+
value,
4343
}}
4444
options={options}
4545
placeholder="Selectionnez une option"

0 commit comments

Comments
 (0)