ui-mask
ui-mask copied to clipboard
allowInvalidTrue causes backspace deletes all

When we type into input, there is no problem. But when we delete 1 character from that input, it deletes all within typed as shown;

I found solution that you have to remove keyup event from this global setting;
uiMaskConfigProvider.eventsToHandle(["input", "click", "focus"]);