Skip to content

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

@srikanthbvr

Description

@srikanthbvr

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions