Igor Escobar
Igor Escobar
Redis would be a better start in my opinion. Interest worldwide - last 5 years - Memcached (blue), Redis (Red): So if you want to start somewhere I would bet...
Meanwhile, what I'm doing to "solve" this issue is by using AWS EFS which allows me to have several nodes/instances/containers pointing to the same data volume for caching. So regardless...
You need to fix the value before initialization. To do this you can use this feature: https://igorescobar.github.io/jQuery-Mask-Plugin/docs.html#mask-as-a-function This will allow you to do what you want before applying the actual...
Thanks for the suggestion @neokio!
@formaldehydeson that is really weird that you had to do that because this line: https://github.com/igorescobar/jQuery-Mask-Plugin/blob/master/src/jquery.mask.js#L438 Already does that o.O
@formaldehydeson maybe in your case it isn't? xP Can you help me to debug that? If you identify why this line isn't working for you would be great!
@formaldehydeson news?
You can use this: http://igorescobar.github.io/jQuery-Mask-Plugin/docs.html#mask-as-a-function And remove spaces from the string before applying the mask. It would solve your issue.
@ShadTK I'm sorry I couldn't understand what the plugin could have done for you in this case. Is the mask not working?
@ShadTK, As far as I know, we do not touch validations. All we do is listen to events and setting values on input fields. Even our internal events are all...