Skip to content

Commit 477859e

Browse files
committed
.
1 parent 5704e5e commit 477859e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/components/Input/Base.stories.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ const meta = {
1010
control: 'select',
1111
options: ['small', 'medium', 'large'],
1212
},
13+
noCorrect: {
14+
control: 'boolean',
15+
},
1316
onFocus: {
1417
action: 'focus',
15-
description: 'Fired when the input gains focus',
1618
},
1719
onBlur: {
1820
action: 'blur',
19-
description: 'Fired when the input loses focus',
2021
},
2122
},
2223
} satisfies Meta<typeof Component>

0 commit comments

Comments
 (0)