qiwi / pijma

Yet another user interface components library. Weird. Slow. Our own.
MIT License
32 stars 28 forks source link

fix: masked input trigger change handler on remove whole value #570

Closed vasiliigavshin closed 1 year ago

vasiliigavshin commented 1 year ago

Relates to https://github.com/qiwi/pijma/pull/567

Fixes Actual fix for issue from text-mask-core https://github.com/text-mask/text-mask/issues/992. There is PR in text-mask-core but library is abandoned.

Changes

it removes defining defaultValue with value exactly as described here - https://github.com/text-mask/text-mask/issues/992