Skip to content
Snippets Groups Projects
Commit 19736d9b authored by Mathieu Massaviol's avatar Mathieu Massaviol
Browse files

Close popover on param submit #29

parent d0b014be
No related branches found
No related tags found
1 merge request!80Corrections après test de la recherche
Pipeline #10824 passed
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
:inputProps="{ fluid: true }" :inputProps="{ fluid: true }"
:initialValue="model.params[key as keyof typeof SearchQueryParams]" :initialValue="model.params[key as keyof typeof SearchQueryParams]"
v-on:updateValue="handleChange($event, key)" v-on:updateValue="handleChange($event, key)"
v-on:keyup.enter="emit('submit')" v-on:keyup.enter="searchPop.toggle($event), emit('submit')"
/> />
</div> </div>
<div class="text-right"> <div class="text-right">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment