use-mask-input@3.14.0
·
2 commits
to main
since this release
Minor Changes
-
a85e41f: Add
isComplete()next tounmaskedValue()on every hook andwith*return (React and Vue), plus three standalone helpers:isValidWithMask(value, mask)for schema validators,getUnmaskedValue(element)for reading the raw value fromevent.target, andisMaskComplete(element).useHookFormMaskAntdnow actually carriesunmaskedValue()andisComplete(); its return type always promised them.