renato-bohler / redux-form-input-masks

Input masking with redux-form made easy
https://bohler.dev/redux-form-input-masks/
MIT License
138 stars 10 forks source link

TextMask: onCompletePattern and onChange are called when they shouldn't for non-stripped masks #39

Closed renato-bohler closed 6 years ago

renato-bohler commented 6 years ago

What are you reporting?

What is the current behavior?

The onCompletePattern and onChange functions are called even when the input value doesn't change for text masks which have stripMask set to false.

issue

What is the expected behavior?

Those functions should be called only when the input value has changed.

renato-bohler commented 6 years ago

:tada: This issue has been resolved in version 1.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: