Skip to content

Commit 39ecf00

Browse files
bjarnefiOvergaard
authored andcommitted
Accept input type search as well
1 parent 957daae commit 39ecf00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/uui-input/lib/uui-input.element.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ export type InputType =
1212
| 'url'
1313
| 'email'
1414
| 'password'
15-
| 'date'
15+
| 'search'
1616
| 'month'
1717
| 'week'
1818
| 'time'
19+
| 'date'
1920
| 'datetime-local'
2021
| 'number'
2122
| 'color';

packages/uui-input/lib/uui-input.story.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ const meta: Meta<UUIInputElement> = {
2828
'url',
2929
'email',
3030
'password',
31-
'date',
31+
'search',
3232
'month',
3333
'week',
3434
'time',
35+
'date',
3536
'datetime-local',
3637
'number',
3738
'color',

0 commit comments

Comments
 (0)