Implements Material Design Web Component: TextField
Text fields let users enter and edit text.
The text field class consists of the following types: * Filled text * Outlined text
See: https://material-components.github.io/material-components-web-catalog/#/component/text-field
Textarea component.
See: https://material.io/develop/web/components/text-fields#textarea
Prepare html input element’s attributes.
Get formatted literal string for filled TextArea.
See: https://material.io/develop/web/components/text-fields#filled
Get formatted literal string for outlined TextArea.
See: https://material.io/develop/web/components/text-fields#outlined