diff --git a/forms/TextareaField.php b/forms/TextareaField.php index b5a117702..45f267d30 100755 --- a/forms/TextareaField.php +++ b/forms/TextareaField.php @@ -52,7 +52,6 @@ class TextareaField extends FormField { 'id' => $this->id(), 'class' => 'readonly' . ($this->extraClass() ? $this->extraClass() : ''), 'name' => $this->name, - 'tabindex' => $this->getTabIndex(), 'readonly' => 'readonly' );