ngneat / input-mask

🎭 @ngneat/input-mask is an angular library that creates an input mask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing on K and M doesn't set the control value with the UI value

theadibest2 opened this issue · comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[ X] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:

Current behavior

Pressing on K and M adds zeros to the UI but not in the control value for currency.

Expected behavior

Pressing on K and M should add zeros to UI and also in the control value for currency.

Minimal reproduction of the problem with instructions

https://stackblitz.com/edit/angular-ivy-vbpagt

Confirming its still an issue - pressing 'k' will visually add 000, but internal control value is the old one