handled home loading if not available in dom (if drupalSettings.path.isFront == false)
This commit is contained in:
@@ -32,7 +32,7 @@ class MaterioSapiSearchForm extends FormBase {
|
||||
"placeholder" => $this->t('Search'),
|
||||
// "@keyup" => "keyup",
|
||||
"@keyup.enter" => "submit",
|
||||
"v-model" => "keys",
|
||||
"v-model" => "typed",
|
||||
// "v-on:select" => "typed",
|
||||
],
|
||||
'#autocomplete_route_name' => 'materio_sapi.search_autocomplete',
|
||||
|
Reference in New Issue
Block a user