Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

allowInvalidTrue causes backspace deletes all #237

Open
isener opened this issue Jan 15, 2018 · 1 comment
Open

allowInvalidTrue causes backspace deletes all #237

isener opened this issue Jan 15, 2018 · 1 comment

Comments

@isener
Copy link

isener commented Jan 15, 2018

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
Copy link
Author

isener commented Jan 16, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant