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

clearMaskOnLostFocus does not clear the mask in Octane #135

Open
gspain opened this issue Jul 22, 2020 · 0 comments
Open

clearMaskOnLostFocus does not clear the mask in Octane #135

gspain opened this issue Jul 22, 2020 · 0 comments

Comments

@gspain
Copy link

gspain commented Jul 22, 2020

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"
/>
@gspain gspain closed this as completed Jul 22, 2020
@gspain gspain reopened this Jul 22, 2020
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