From ec7e944a3d89c371bfb6bcdd12a6ba11da2e5649 Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +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 ? {}