This repo has been ported to ember-frost-core - no more PRs will be accepted.
the drop-down select widget to rule them all
ember install ember-frost-textarea
Attribute | Type | Value | Description |
---|---|---|---|
autofocus |
boolean |
true |
puts autofocus on the object |
false |
default | ||
classNameBindings |
string |
error |
shows the object in error state |
disabled |
boolean |
true |
shows the object as disabled |
false |
default | ||
readonly |
boolean |
true |
object is not editable |
false |
default | ||
cols |
integer |
<num-of-cols> |
specifies the number of columns for the object |
rows |
integer |
<num-of-rows> |
specifies the number of rows for the object |
value |
string |
<textarea-text> |
default string that the object will display |
onInput |
string |
<action-name> |
triggers associated action when text is entered |
git clone git@github.com:ciena-frost/ember-frost-textarea.git
cd ember-frost-textarea
npm install && bower install
A dummy application for development is available under ember-frost-textarea/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.
Run npm test
from the root of the project to run linting checks as well as execute the test suite
and output code coverage.