Inputmask
Inputmask copied to clipboard
Do not update undoValue in applyInputValue. #2757
This is the proposed fix for https://github.com/RobinHerbots/Inputmask/issues/2757.
Please scrutinize if inputmask.undoValue = nptValue and $input.trigger("change"); is executed whenever it is needed.
I am not sure if in every situation all conditionals of blurEvent are truthy and if it is possible to dodge blurEvent altogether.