1.0.1 • Published 10 years ago

ember-frost-password v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

This repo has been ported to ember-frost-core - no more PRs will be accepted.

ember-frost-password Travis Coveralls NPM

Installation

ember install ember-frost-password

API

AttributeTypeValueDescription
revealablebooleanfalsedefault: Nothing to see here
trueMake password input revealable
disabledbooleanfalsedefault: Type to your heart's content
true:no_entry_sign: Can't update this! :notes:
onInputstring<action-name>triggers associated action when the input value is changed
valuestring<value-text>what text to put in input

Examples

Handle Changes to Value

{{frost-password 
  onInput=(action 'closure')
}}

Make Password Revealable

{{frost-password
  revealable=true
}}

Disable Input

{{frost-password
  disabled=true
  value='Disabled'
}}

Make Input Read Only Input

{{frost-password
  readOnly=true
  value='Read Only'
}}

Development

Setup

git clone git@github.com:ciena-frost/ember-frost-password.git
cd ember-frost-password
npm install && bower install

Development Server

A dummy application for development is available under ember-frost-password/tests/dummy. To run the server run ember server (or npm start) from the root of the repository and visit the app at http://localhost:4200.

Testing

Run npm test from the root of the project to run linting checks as well as execute the test suite and output code coverage.

1.0.1

10 years ago

1.0.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago