|
@@ -119,15 +119,15 @@ class Autocomplete extends Text
|
|
{
|
|
{
|
|
$this->formatGroupOptions();
|
|
$this->formatGroupOptions();
|
|
|
|
|
|
|
|
+ $this->configs([
|
|
|
|
+ 'groupBy' => $this->groupBy,
|
|
|
|
+ ]);
|
|
|
|
+
|
|
$this->addVariables([
|
|
$this->addVariables([
|
|
'options' => json_encode($this->options, \JSON_UNESCAPED_UNICODE),
|
|
'options' => json_encode($this->options, \JSON_UNESCAPED_UNICODE),
|
|
'configs' => JavaScript::format($this->configs),
|
|
'configs' => JavaScript::format($this->configs),
|
|
]);
|
|
]);
|
|
|
|
|
|
- $this->configs([
|
|
|
|
- 'groupBy' => $this->groupBy,
|
|
|
|
- ]);
|
|
|
|
-
|
|
|
|
return parent::render();
|
|
return parent::render();
|
|
}
|
|
}
|
|
|
|
|