Option to mask inputs (#80)
* Option to mask inputs Added option 'maskAllInputs' to replace all user inputs with an Asterisk. * Update types.d.ts
This commit is contained in:
@@ -106,6 +106,7 @@ export type recordOptions = {
|
||||
checkoutEveryNms?: number;
|
||||
blockClass?: blockClass;
|
||||
ignoreClass?: string;
|
||||
maskAllInputs?: boolean;
|
||||
inlineStylesheet?: boolean;
|
||||
};
|
||||
|
||||
@@ -118,6 +119,7 @@ export type observerParam = {
|
||||
inputCb: inputCallback;
|
||||
blockClass: blockClass;
|
||||
ignoreClass: string;
|
||||
maskAllInputs: boolean;
|
||||
inlineStylesheet: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user