UNPKG

d-md-components

Version:

A pack of components for Derby according to Google's Material Design based upon mdl (getmdl.io).

12 lines (6 loc) 404 B
var Textfield = require('./../index'); Textfield.prototype.toggleFocus = Textfield.prototype._toggleFocus; Textfield.prototype.validate = Textfield.prototype._validate; Textfield.prototype.setInvalid = Textfield.prototype._setInvalid; Textfield.prototype.setCustomValidation = Textfield.prototype._setCustomValidation; Textfield.prototype.updateHeight = Textfield.prototype._maybeExpand;