The native <input> element, or an object with the same shape.
							Note that this method can return null, which the foundation will handle gracefully.
true if the textfield is focused. We achieve this via document.activeElement === this.root_.
Registers an event listener on the native input element for a given event.
Generated using TypeDoc
Deregisters an event listener on the native input element for a given event.