Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ember-cli-maskmoney

thiagoc72MIT0.0.6

An ember-cli addon for creating money masks on text fields.

ember-addon, mask-money, maskmoney

readme

Ember-cli-maskmoney

jquery-maskmoney wrapper for ember-cli

Installation

cd your-project-directory
ember install:addon ember-cli-maskmoney

Usage

You can use all options from docs

{{mask-money 
  placeholder=placeholder 
  number=model.amount 
  class=inputClass 
}}

Important, use number attribute for bindings

It extentends Ember.TextField, so you can also use all of its options.