Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Render / Element / Textarea.php
index 340bc114e602f680bf9b7699626418fc592b1220..aa809b20802326e40c3c5e303b58f3bf30f5a531 100644 (file)
@@ -12,6 +12,7 @@ use Drupal\Core\Form\FormStateInterface;
  * - #cols: Number of columns in the text box.
  * - #resizable: Controls whether the text area is resizable.  Allowed values
  *   are "none", "vertical", "horizontal", or "both" (defaults to "vertical").
+ * - #maxlength: The maximum amount of characters to accept as input.
  *
  * Usage example:
  * @code