bug fix: sapi search form: term from autocomplete was not cleaned when typed was changing in field
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user