Loading ui/src/views/ActivityMotsCles.vue +11 −5 Original line number Diff line number Diff line Loading @@ -21,11 +21,13 @@ <label>Mots clés</label> <div class="motcleselecthiddent"> <select style="display: none;" name="motscles[]" multiple="" tabindex="-1" aria-hidden="true"> <template v-for="m in touslesmotscles"> <option v-if="m.selected" :value="m.id" selected>{{ m.label }}</option> </template> </select> </div> <div style="display: flex;"> <div style="width: 50%; min-width: 50%;"> Loading Loading @@ -280,4 +282,8 @@ li { max-height: 200px; overflow-y: auto; } .motcleselecthiddent { display: none; } </style> Loading
ui/src/views/ActivityMotsCles.vue +11 −5 Original line number Diff line number Diff line Loading @@ -21,11 +21,13 @@ <label>Mots clés</label> <div class="motcleselecthiddent"> <select style="display: none;" name="motscles[]" multiple="" tabindex="-1" aria-hidden="true"> <template v-for="m in touslesmotscles"> <option v-if="m.selected" :value="m.id" selected>{{ m.label }}</option> </template> </select> </div> <div style="display: flex;"> <div style="width: 50%; min-width: 50%;"> Loading Loading @@ -280,4 +282,8 @@ li { max-height: 200px; overflow-y: auto; } .motcleselecthiddent { display: none; } </style>