https://github.com/rajasegar/ember-smart-input
Simple ideas for enhancing text input interactions
https://github.com/rajasegar/ember-smart-input
ember-addon input text-input textbox
Last synced: over 1 year ago
JSON representation
Simple ideas for enhancing text input interactions
- Host: GitHub
- URL: https://github.com/rajasegar/ember-smart-input
- Owner: rajasegar
- License: mit
- Created: 2017-08-06T06:09:35.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:39:08.000Z (almost 3 years ago)
- Last Synced: 2025-03-19T03:55:32.205Z (over 1 year ago)
- Topics: ember-addon, input, text-input, textbox
- Language: CSS
- Homepage: http://rajasegar.github.io/ember-smart-input
- Size: 3.41 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-smart-input
[](https://travis-ci.org/rajasegar/ember-smart-input)
[](https://www.npmjs.com/package/ember-smart-input)
[](https://npmjs.org/package/ember-smart-input "View this project on npm")
[](https://david-dm.org/rajasegar/ember-smart-input)
[](https://david-dm.org/rajasegar/ember-smart-input?type=dev)
[](http://emberobserver.com/addons/ember-smart-input)
Simple ideas for enhancing text input interactions
## Demo
[Demo](http://rajasegar.github.io/ember-smart-input)
## Installation
* `ember install ember-smart-input`
## Usage
In your template:
```hbs
```
which will get rendered as:
```html
First Name
```
For validation indicators with label color changes:
```hbs
```
## Running Tests
* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`
## Building
* `ember build`
See the [Contributing](CONTRIBUTING.md) guide for details.
## Credits
* [Mary Lou](https://github.com/crnacura)