addon/form-items/TextAreaView.js File
import TextInputView from "./TextInputView"; import template from "../templates/views/text-area"; /** * View for textarea. * * @class EmberForm.TextAreaView * @extends EmberForm.TextInputView * @module ember-form * @submodule ember-form-items */ export default TextInputView.extend({ template : template, });