Skip to content
Snippets Groups Projects
Commit 4112087a authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

display input search only if more than 5 certifs

parent b2b063af
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
<div class="table-responsive" v-if="certifs.length > 0"> <div class="table-responsive" v-if="certifs.length > 0">
<input <input
type="text" type="text"
v-if="certifs.length > 5"
v-model="search" v-model="search"
class="form-control w-75 mx-auto mb-2" class="form-control w-75 mx-auto mb-2"
:placeholder="$t('recherche.title')" /> :placeholder="$t('recherche.title')" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment