You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Best I can tell this has to do with the underlying Inputmask.js library. There's another issue about the performance problems with it. It would definitely be in the best interest of this addon to find/make a less bulky, more performant underlying solution.
It works way faster than ember-inputmask, however it is worse at handling two-way bindings, and the value gets mutated to include mask, so you have to do additional work to remove mask and validate...
This code generates ton of [violation] errors in JS console:
And works slow. What could be the problem here?
The text was updated successfully, but these errors were encountered: