feat: Added support maskInputFn with HTMLElement (#1188)
This commit is contained in:
@@ -685,6 +685,7 @@ function serializeElementNode(
|
||||
) {
|
||||
const type = getInputType(n);
|
||||
attributes.value = maskInputValue({
|
||||
element: n,
|
||||
type,
|
||||
tagName,
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user