Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one-way-input-mask doesn't trigger update action when value is deleted by highlight and delete #142

Open
srikanthbvr opened this issue Jan 29, 2021 · 0 comments

Comments

@srikanthbvr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant