element = array_merge([ "autocomplete" => "off", "class" => "form-control", "value" => $this->getValue(), "name" => $this->name, "rows" => 3, "id" => "field_" . $this->name ], $this->element); // Translate placeholder $this->translateArgValue('placeholder'); } }