Skip to content

clearMaskOnLostFocus does not clear the mask in Octane #135

@gspain

Description

@gspain

In Ember Octane, on the latest addon version 0.11, using the options hash clearMaskOnLostFocus=true on the currency mask does not clear the mask when I type something in, delete it (so it's back to 0.00), and then focus on another input.

<OneWayCurrencyMask
   @value={{@changeset.price}}
   @update={{fn (mut @changeset.price)}}
   @options={{hash clearMaskOnLostFocus=true showMaskOnHover=false}}
   @placeholder="Price"
/>

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