MCPcopy Index your code
hub / github.com/MALSync/MALSync / MaterialTextfield

Function MaterialTextfield

package/materialDesignLite.js:2795–2800  ·  view source on GitHub ↗
(element)

Source from the content-addressed store, hash-verified

2793 * @param {HTMLElement} element The element that will be upgraded.
2794 */
2795 var MaterialTextfield = function MaterialTextfield(element) {
2796 this.element_ = element;
2797 this.maxRows = this.Constant_.NO_MAX_ROWS;
2798 // Initialize instance.
2799 this.init();
2800 };
2801 window['MaterialTextfield'] = MaterialTextfield;
2802 /**
2803 * Store constants in one place so they can be updated easily.

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected