https://github.com/cybertoothca/ember-cli-text-support-mixins
Ember.TextSupport enhancements including a {{input-text}} and {{text-area}} component.
https://github.com/cybertoothca/ember-cli-text-support-mixins
addon autofocus ember-cli escape-key textbox
Last synced: 10 months ago
JSON representation
Ember.TextSupport enhancements including a {{input-text}} and {{text-area}} component.
- Host: GitHub
- URL: https://github.com/cybertoothca/ember-cli-text-support-mixins
- Owner: cybertoothca
- License: mit
- Created: 2017-02-26T03:43:20.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T16:58:10.000Z (over 3 years ago)
- Last Synced: 2025-08-10T08:53:05.804Z (10 months ago)
- Topics: addon, autofocus, ember-cli, escape-key, textbox
- Language: JavaScript
- Homepage: https://ember-cli-text-support-mixins.cybertooth.io/
- Size: 1.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-text-support-mixins
[](http://badge.fury.io/js/ember-cli-text-support-mixins)  [](http://codeclimate.com/github/cybertoothca/ember-cli-text-support-mixins)
[](http://emberobserver.com/addons/ember-cli-text-support-mixins) [](LICENSE.md)
Ember.TextSupport enhancements including a `{{input-text}}` and `{{text-area}}` component.
## Compatibility
- Ember.js v3.12 or above
- Ember CLI v2.13 or above
- Node.js v10 or above
## Installation
The following command will install this add-on:
```bash
ember install ember-cli-text-support-mixins
```
### Demo & Documentation
The demonstration web application can be found here:
[https://ember-cli-text-support-mixins.cybertooth.io/](https://ember-cli-text-support-mixins.cybertooth.io/).
[Short description of the addon.]
### Dependencies
#### `ember-cli-element-closest-polyfill`
Polyfill terrible M$ browsers with the `Element.closest()` & `Element.matches()` using
[`ember-cli-element-closest-polyfill`](https://github.com/miguelcobain/ember-cli-element-closest-polyfill).
#### `keyevent`
The constants from [`keyevent`](https://github.com/cybertoothca/keyevent) are installed
by yarn and `ember-cli-node-assets`.
## Contributing
See the [Contributing](CONTRIBUTING.md) guide for details.
## License
This project is licensed under the [MIT License](LICENSE.md).