Allow password to be maskable instead of ignorable (#65)

* Add password to maskInputOptions on types

* Add password on maskInputOptions to types definition
This commit is contained in:
Justin Halsall
2021-05-12 20:13:44 +02:00
committed by GitHub
parent 362359eccc
commit 0bb95f1ee7
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ export type MaskInputOptions = Partial<{
// unify textarea and select element with text input
textarea: boolean;
select: boolean;
password: boolean;
}>;
export type SlimDOMOptions = Partial<{