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

Wrong getRawValue function behaviour #27

Open
mifopen opened this issue Oct 20, 2016 · 1 comment
Open

Wrong getRawValue function behaviour #27

mifopen opened this issue Oct 20, 2016 · 1 comment

Comments

@mifopen
Copy link

mifopen commented Oct 20, 2016

Documentation:

var mask = new InputMask({pattern: '1111 1111', value: '98781'})
mask.getValue()
// → '9878 1___'
mask.getRawValue()
// → '98781'

Reality:

var mask = new InputMask({pattern: '1111 1111', value: '98781'})
mask.getValue()
// → '9878 1___'
mask.getRawValue()
// → '98781___'
lgraziani2712 added a commit to lgraziani2712/inputmask-core that referenced this issue Dec 16, 2016
@rbayley
Copy link

rbayley commented Oct 3, 2018

Hi,
I noticed this is still an issue. Any update ?
My version "^2.2.0"

regards

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

2 participants