bug fix: sapi search form: term from autocomplete was not cleaned when typed was changing in field

This commit is contained in:
2021-02-24 15:33:27 +01:00
parent 256d4dbf1c
commit 30998980ca
3 changed files with 83 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ class MaterioSapiSearchForm extends FormBase {
'#attributes' => [
"placeholder" => $this->t('Search'),
// "@keyup" => "keyup",
"@keyup.enter" => "submit",
// "@keyup.enter" => "submit",
"v-model" => "typed",
"v-focus" => "",
// "v-on:select" => "typed",