Skip to content

Commit

Permalink
Accept input type search as well
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored and iOvergaard committed Oct 30, 2023
1 parent 957daae commit 39ecf00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/uui-input/lib/uui-input.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ export type InputType =
| 'url'
| 'email'
| 'password'
| 'date'
| 'search'
| 'month'
| 'week'
| 'time'
| 'date'
| 'datetime-local'
| 'number'
| 'color';
Expand Down
3 changes: 2 additions & 1 deletion packages/uui-input/lib/uui-input.story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ const meta: Meta<UUIInputElement> = {
'url',
'email',
'password',
'date',
'search',
'month',
'week',
'time',
'date',
'datetime-local',
'number',
'color',
Expand Down

0 comments on commit 39ecf00

Please sign in to comment.