Skip to content

Commit 0df1d39

Browse files
committed
Fix Select examples
1 parent 7aca925 commit 0df1d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/select/examples/controlled.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export class SelectControlledExample {
2323
m(Button, {
2424
label: 'Set to "Second"',
2525
size: 'xs',
26-
onclick: () => this.value = 'First',
26+
onclick: () => this.value = 'Second',
2727
style: 'margin-bottom: 10px'
2828
}),
2929

0 commit comments

Comments
 (0)