An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ember-cli-text-support-mixins

[![npm version](http://badge.fury.io/js/ember-cli-text-support-mixins.svg)](http://badge.fury.io/js/ember-cli-text-support-mixins) ![downloads](https://img.shields.io/npm/dy/ember-cli-text-support-mixins.svg) [![Code Climate](http://codeclimate.com/github/cybertoothca/ember-cli-text-support-mixins/badges/gpa.svg)](http://codeclimate.com/github/cybertoothca/ember-cli-text-support-mixins)

[![ember-observer-badge](http://emberobserver.com/badges/ember-cli-text-support-mixins.svg)](http://emberobserver.com/addons/ember-cli-text-support-mixins) [![License](http://img.shields.io/npm/l/ember-cli-text-support-mixins.svg)](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).