Open gspain opened 4 years ago
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.
clearMaskOnLostFocus=true
<OneWayCurrencyMask @value={{@changeset.price}} @update={{fn (mut @changeset.price)}} @options={{hash clearMaskOnLostFocus=true showMaskOnHover=false}} @placeholder="Price" />
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.