From 785ff391b99c1a745e029edf6c03eed3035dbd3b Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sat, 18 Jul 2020 14:08:36 +0800 Subject: [PATCH] add textarea and select to default options --- src/snapshot.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/snapshot.ts b/src/snapshot.ts index b3c50c3c..4519a2be 100644 --- a/src/snapshot.ts +++ b/src/snapshot.ts @@ -398,6 +398,8 @@ function snapshot( time: true, url: true, week: true, + textarea: true, + select: true, } : maskAllInputsOrOptions === false ? {}