adopted-ember-addons / adopted-ember-addons/ember-inputmask
one-way-input-mask doesn't trigger update action when value is deleted by highlight and delete
オープン
- 主要言語
- JavaScript
- スター
- 67
- フォーク
- 43
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
After upgrading `ember-inputmask` to latest version `v0.11.0`, I am seeing issue in clearing/emptying value from the control by highlight and delete action. The value updates properly when deleting using backspace. Observing this behavior only with mask type `currency`
```
{{one-way-input-mask value
mask="currency"
options=(hash prefix="$ " nullable=true clearMaskOnLostFocus=true)
update=(action "update")
}}
```
Ember version: 3.13
Please share any solution or workaround. Appreciate your help.
コントリビューションガイド
評価
この issue はまだ評価されていません。