Textfield for multiline input. It can grow with its content. 
-
 Can be expanded with  TuiHint    Requires you to import TuiHint
 Requires you to import TuiTextfieldControllerModule
 [tuiTextfieldCleaner] 
 Shows a cross to reset a value  boolean  [tuiTextfieldCustomContent] 
 Right content (e.g. avatar with maximum size 32x32px)  PolymorpheusContent   [tuiTextfieldLabelOutside] 
 Label is outside a component and made with Label ( labelOutside = false does not work together with size === 's' : for s-size inputs use only outside labels) 
 boolean  [tuiTextfieldSize] 
 Size  TuiSizeS   |   TuiSizeL   [tuiTextfieldIconLeft] 
 A left icon. It can be stringified svg.  string 
 Inherited from TuiReactiveControl  Inherited from TuiInteractive  [focusable] 
 Element can be focused  boolean  [nativeId] 
 Native ID attribute for element. It helps users with Screen Readers to use a page  string  Clear   [pseudoHover] 
 Visual hovered state  null  |   boolean  [pseudoFocus] 
 Visual focused state  null  |   boolean  [pseudoActive] 
 Visual pressed state  null  |   boolean  (focusedChange) 
 Emits on focus and blur  boolean  Emit!  
 Native <textarea> inside TuiTextarea
  Learn more how to set some attributes or listen to events on native textarea in this  example