Fixes
This commit is contained in:
parent
f53a45e89a
commit
8138652387
@ -19,7 +19,7 @@ class Text extends Base
|
||||
parent::parseJson();
|
||||
|
||||
if ($this->json['default']) {
|
||||
$this->element->setValue((string) $this->json['default']);
|
||||
$this->element->setDefault((string) $this->json['default']);
|
||||
}
|
||||
|
||||
if (isset($this->json['dependencys']) && count($this->json['dependencys']) > 0) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user