Skip to content

use-mask-input@3.14.0

Choose a tag to compare

@eduardoborges eduardoborges released this 26 Aug 19:44
· 2 commits to main since this release
786c6a3

Minor Changes

  • a85e41f: Add isComplete() next to unmaskedValue() on every hook and with* return (React and Vue), plus three standalone helpers: isValidWithMask(value, mask) for schema validators, getUnmaskedValue(element) for reading the raw value from event.target, and isMaskComplete(element).

    useHookFormMaskAntd now actually carries unmaskedValue() and isComplete(); its return type always promised them.