0.0.1 • Published 7 years ago

ember-cli-numeric-text-input v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Ember-cli-numeric-text-input

This addon allows you to target a group of inputs and prevent non-numeric characters being added.

The aim is to allow other commands to be maintained.

Implementation for this addon based on this StackOverflow answer.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.