X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLTextAreaField.php;h=e6963d5cde6aaeaef7e962614b4c38ed90725941;hb=e994e89e76c286c80dd9ad1bd3b73bcebfe9017b;hp=480c5bb926573179f20390f1812a413b2da3171f;hpb=24ebca2251f94a20acee53e583d65aa7fac2c15d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLTextAreaField.php b/includes/htmlform/fields/HTMLTextAreaField.php index 480c5bb926..e6963d5cde 100644 --- a/includes/htmlform/fields/HTMLTextAreaField.php +++ b/includes/htmlform/fields/HTMLTextAreaField.php @@ -92,10 +92,9 @@ class HTMLTextAreaField extends HTMLFormField { $this->getAttributes( $allowedParams ) ); - return new OOUI\TextInputWidget( [ + return new OOUI\MultilineTextInputWidget( [ 'id' => $this->mID, 'name' => $this->mName, - 'multiline' => true, 'value' => $value, 'rows' => $this->getRows(), ] + $attribs );