fix: Fix input.type check (#1184)

* fix: Fix input.type check

Actually I noticed that `el.type` returns `text` when type is not explicitly set, so this is slightly incorrect.

* fix linting

* Apply formatting changes
This commit is contained in:
Francesco Novy
2023-04-07 16:18:22 +02:00
committed by GitHub
parent d0fdc0f273
commit aa79db7568
9 changed files with 298 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
fix: Ensure getting the type of inputs works