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

オープン
#142 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。