# Textarea

  • textarea:
or test

# Code

<asahi-textarea value="test"/> or <asahi-textarea>test</asahi-textarea>

# Props

  • autofocus: boolean - Specifies that a text area should automatically get focus when the page loads
  • cols: number - Specifies the visible width of a text area
  • dirname: string - Specifies that the text direction of the textarea will be submitted
  • disabled: boolean - Specifies that a text area should be disabled
  • maxlength: number - Specifies the maximum number of characters allowed in the text area
  • name: string - Specifies a name for a text area
  • placeholder: - string Specifies a short hint that describes the expected value of a text area
  • readonly: boolean - Specifies that a text area should be read-only
  • required: boolean - Specifies that a text area is required/must be filled out
  • rows: number - Specifies the visible number of lines in a text area
  • wrap: hard | soft - Specifies how the text in a text area is to be wrapped when submitted in a form