mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
Add 'search' as a valid InputType (#4202)
This commit is contained in:
@@ -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 {
|
export abstract class BitFormFieldControl {
|
||||||
ariaDescribedBy: string;
|
ariaDescribedBy: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user