(element)
| 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. |