We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362359e commit 0bb95f1Copy full SHA for 0bb95f1
src/types.ts
@@ -91,6 +91,7 @@ export type MaskInputOptions = Partial<{
91
// unify textarea and select element with text input
92
textarea: boolean;
93
select: boolean;
94
+ password: boolean;
95
}>;
96
97
export type SlimDOMOptions = Partial<{
typings/types.d.ts
@@ -73,6 +73,7 @@ export declare type MaskInputOptions = Partial<{
73
week: boolean;
74
75
76
77
78
export declare type SlimDOMOptions = Partial<{
79
script: boolean;
0 commit comments