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.