diff --git a/src/DataForm/Field/Date.php b/src/DataForm/Field/Date.php index 3f228ddc..e1ce3753 100644 --- a/src/DataForm/Field/Date.php +++ b/src/DataForm/Field/Date.php @@ -127,7 +127,7 @@ public function build() } $output = Form::text($this->name, $this->value, $this->attributes); - Rapyd::script(" + $output .= Rapyd::script(" $('#".$this->name."').datepicker({ format: '{$this->formatToDate()}', language: '{$this->language}',