Skip to content

Tags: mkeremguc/text-mask

Tags

react-v5.1.0

Toggle react-v5.1.0's commit message
React: don't create a new onInput handler, pass onChange (text-mask#692)

* don't create a new onInput handler, pass onChange

* bind current context to onChange in the constructor

vue-v6.0.0

Toggle vue-v6.0.0's commit message
Fix issue with VueJS mask reactivity (text-mask#698)

addons-v3.7.1

Toggle addons-v3.7.1's commit message
issue-671 `createNumberMask` integer limit doesn't work when we enter…

… negative (minus) value (text-mask#672)

* issue-671

`createNumberMask` integer limit doesn't work when we enter negative (minus) value.

If we have set integerLimit to 16 digit and also allowed negative value (allowNegative). If we enter value in negative it only allow to enter 14 digit instead of 16. If we enter positive value (without - sign) it allows to enter 16 digit.

* Solved errors

addons-v3.7.0

Toggle addons-v3.7.0's commit message
Allow time to be used in createAutoCorrectedDatePipe (text-mask#651)

This comes with a breaking change; the date format now must be capitalized, because otherwise "MM" could stand for months and minutes. I am not happy with this, so open for suggestions.

vue-v5.2.0

Toggle vue-v5.2.0's commit message
Update: enable keypress event (text-mask#612)

* Update: enable keypress event

* Update: build vue with keypress

* move test into describe('inputMask') block

angular2-v8.0.4

Toggle angular2-v8.0.4's commit message
Export directive (text-mask#625)

angular2-v8.0.3

Toggle angular2-v8.0.3's commit message
Angular: recreate the mask on config update (text-mask#591)

* update mask on updated config

* Lock typescript version

* Add libs otherwise build fails

* Add libs to prevent compilation error

* Remove falsy comment

angular2-v8.0.2

Toggle angular2-v8.0.2's commit message
Fix for issue text-mask#480: Only set input element if we don't have …

…it (text-mask#555)

* Fix for issue text-mask#480: Only set input element if we don't have it

* Remove unnecesary inputElement checks

addons-v3.6.0

Toggle addons-v3.6.0's commit message
[User Experience Improvement] for Number Field, if allowing decimal, …

…when the field is emtpy, the first "." will be considered as decimal input (text-mask#542)

react-v5.0.2

Toggle react-v5.0.2's commit message
Publish