Skip to content

Commit 785ff39

Browse files
committed
add textarea and select to default options
1 parent 4199e55 commit 785ff39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/snapshot.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ function snapshot(
398398
time: true,
399399
url: true,
400400
week: true,
401+
textarea: true,
402+
select: true,
401403
}
402404
: maskAllInputsOrOptions === false
403405
? {}

0 commit comments

Comments
 (0)