Skip to content

Commit

Permalink
fix(input): add search input type
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 committed Sep 24, 2023
1 parent 7c1fd0e commit 9001c6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/input/bl-input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export type InputType =
| "password"
| "number"
| "tel"
| "url";
| "url"
| "search";

export type InputSize = "small" | "medium" | "large";
/**
Expand Down

0 comments on commit 9001c6f

Please sign in to comment.