mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Forgot to remove this line in my last commit.
This commit is contained in:
parent
1460789817
commit
bb09555cdb
@ -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'
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user