deividfortuna/ngx-input-number

Sanitise pasted value to not allow invalid numbers

deividfortuna opened this issue · 1 comments

Example:
Current input value: 123.12
Pasted value: 123.23
Result input value: 123.121

e2e case:
should clear the data pasted in the input without any decimal when the value already have decimal point following max decimal point rule

Already fixed.