Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Field Mask Function #86

Open
emetcalf-leadventure opened this issue Jul 25, 2024 · 0 comments
Open

Field Mask Function #86

emetcalf-leadventure opened this issue Jul 25, 2024 · 0 comments

Comments

@emetcalf-leadventure
Copy link

Expected Behavior

Pass null for maskChar and object for formatChar per documentation.

Current Behavior

TypseScript states maskChar can only be a string and formatChar is a string not an object.

Steps to Reproduce (for bugs)

field.mask('999-99-9999', '*');
or
field.mask('XXXXX', null, {'X': '[0-9]'});

Context

Unable to use the mask function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant