Releases: changhuixu/ngx-digit-only
Releases · changhuixu/ngx-digit-only
v1.9.0
Release v1.9.0 fix #39 by cherry-picking #40 v1.9.0 is compatible for projects using Angular versions 6-9
v2.0.0
v1.8.0
Release v1.8.0
Close issue #36: paste in IE or Edge; related to pull request #38
Thanks to @sonicsuew
v1.7.0
v1.6.0
Provides a new directive mask
, which checks the input pattern
attribute when typing.
The digitOnly
and mask
directives are not supposed to be used together.
v1.5.0
v1.4.0
- don't allow a decimal number has more than one decimal separator when paste or drop
- added e2e tests
Thanks @loicgasser
closes #26
v1.3.0
update version to v1.3.0; this directive accepts an attribute for the separator for decimal numbers. By default, the separator is a `.`. You can set it to comma when needed.