feat: Added support maskInputFn with HTMLElement (#1188)

This commit is contained in:
Ben White
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 23388f2d00
commit ec5e536891
11 changed files with 917 additions and 9 deletions

View File

@@ -685,6 +685,7 @@ function serializeElementNode(
) {
const type = getInputType(n);
attributes.value = maskInputValue({
element: n,
type,
tagName,
value,