adopted-ember-addons / adopted-ember-addons/ember-inputmask
Value is not nullified when deleting the value via highlighting
Open
bug
- Dominant language
- JavaScript
- Stars
- 67
- Forks
- 43
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I'm using number-input and only when I first open the page and delete the existing value of the field via highlighting it all, then the unmaskedValue is not nullified and remains the same.
Have you ever come accross this issue?
This is how I use the component
{{number-input unmaskedValue=minTradeQty.value group=true groupSize=3 separator="." decimal=false radix=","}}
Thanks!
Ali
Contributor guide
Assessment
This issue has not been assessed yet.