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

I work update from 4.0.6 to 4.0.8 it do not work float number? #16

Open
phanchanra opened this issue Aug 26, 2019 · 0 comments
Open

I work update from 4.0.6 to 4.0.8 it do not work float number? #16

phanchanra opened this issue Aug 26, 2019 · 0 comments

Comments

@phanchanra
Copy link

phanchanra commented Aug 26, 2019

Before I use version 4.0.6 it work but after update it do not work

`
Vue.directive('inputmask', {
bind: function (el, binding) {
var inputs = el.getElementsByTagName('INPUT')
var input = inputs[0]
if (inputs.length > 1) {
input = inputs[inputs.length - 1]
}
// console.log(input)
new Inputmask(binding.value).mask(input)
},
})

Example I Type 12.5 so sign dot point not work please any suggestion

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