ui-mask icon indicating copy to clipboard operation
ui-mask copied to clipboard

allowInvalidTrue causes backspace deletes all

Open isener opened this issue 7 years ago • 1 comments

screenshot at jan 15 16-03-42

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;

screenshot at jan 15 16-04-38

isener avatar Jan 15 '18 13:01 isener

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

isener avatar Jan 16 '18 10:01 isener