0.4.6 • Published 5 years ago

ember-maskmoney v0.4.6

Weekly downloads
97
License
MIT
Repository
github
Last release
5 years ago

ember-maskmoney Build Status

jquery-maskmoney wrapper for ember-cli

Installation

cd your-project-directory
ember install ember-maskmoney

Usage

You can use all options from docs

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

If you want masked values without decimal, add allowDecimal=false attribute.

{{input-money number=amount thousands='.' allowDecimal=false decimal='' precision=0 suffix='' preffix='$'}}

Important, use number attribute for bindings.

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

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

8 years ago

0.1.0

8 years ago