Skip to content

Commit a80ea12

Browse files
committed
fix(input): add input type to the story
Signed-off-by: deku-nattsu <aymenbeta@gmail.com>
1 parent ebb57a9 commit a80ea12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input/input.stories.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const Template = (args) => ({
2626
{{label}}
2727
<input
2828
cdsText
29+
type="text"
2930
[size]="size"
3031
[invalid]="invalid"
3132
[warn]="warn"

0 commit comments

Comments
 (0)