UNPKG

ember-cli-materialize

Version:

An ember-cli addon for using Materialize (CSS Framework based on Material Design) in Ember applications.

13 lines (10 loc) 290 B
import InputField from './md-input-field'; import layout from '../templates/components/md-textarea'; export default InputField.extend({ layout, didInsertElement() { this._super(...arguments); // make sure the label moves when a value is bound. this._setupLabel(); } });