Closed renato-bohler closed 6 years ago
The onCompletePattern and onChange functions are called even when the input value doesn't change for text masks which have stripMask set to false.
onCompletePattern
onChange
strip
false
Those functions should be called only when the input value has changed.
:tada: This issue has been resolved in version 1.1.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
What are you reporting?
What is the current behavior?
The
onCompletePattern
andonChange
functions are called even when the input value doesn't change for text masks which havestrip
Mask set tofalse
.What is the expected behavior?
Those functions should be called only when the input value has changed.