Vinícius Hoyer

Results 128 comments of Vinícius Hoyer

or maybe you could register another translatrion option, like `{ 'p': /^(?:1?\d{1,2}|2(?:[0-4]\d|5[0-5]))$/ }`, then you register the mask like: `'p.p.p.p'` not that I ever used this lib, just tring to...

Yeah, sorry, afterwards I went to try it out and figured it doesn't work. I took a look at the code and it would be a pain to implement this...

> You're also not taking into consideration the fact that "999.999.999.999" would pass the mask validation, but would be an invalid IP address. > > You would need a custom...

There is this guy that posted an issue here about forking this project: https://github.com/vuejs-tips/vue-the-mask/issues/112. This is the fork: https://github.com/RonaldJerez/vue-the-mask later on, apparently he decided to create a new package: https://github.com/RonaldJerez/vue-input-facade...

The see no error in the output channel :thinking: what should I look for?

> I'm working on it for vue a11y: [vue-a11y/eslint-plugin-vuejs-accessibility#1073](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility/pull/1073) I've just merged and release flat support for eslint-plugin-vuejs-accessibility in version `2.3.0`.

could you submit a minimum reproduction, perhaps on codesandbox? for us to take a look at your problem?

have you tried using the inputs with an unique "key" property? sometimes Vue has problems determining which element is which, and generally using a key helps (like when you do...

yeah, if using `key` would help your case, the code you pasted here should do the trick. If the error continues, propbably the key will not help in this case