mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
Add 'search' as a valid InputType (#4202)
This commit is contained in:
parent
c002573581
commit
c260628778
@ -1,4 +1,11 @@
|
||||
export type InputTypes = "text" | "password" | "number" | "datetime-local" | "email" | "checkbox";
|
||||
export type InputTypes =
|
||||
| "text"
|
||||
| "password"
|
||||
| "number"
|
||||
| "datetime-local"
|
||||
| "email"
|
||||
| "checkbox"
|
||||
| "search";
|
||||
|
||||
export abstract class BitFormFieldControl {
|
||||
ariaDescribedBy: string;
|
||||
|
Loading…
Reference in New Issue
Block a user