From efbc7cec3b8b7e28ad14f28a56970c7db497cec1 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Mon, 10 Feb 2020 13:53:42 +0100
Subject: [PATCH] Cosmetics: 'type first letters' inlined in input text field
 on Variants page

---
 client/src/views/Variants.vue | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/client/src/views/Variants.vue b/client/src/views/Variants.vue
index a2730393..0f320eff 100644
--- a/client/src/views/Variants.vue
+++ b/client/src/views/Variants.vue
@@ -2,8 +2,7 @@
 main
   .row
     .nopadding.col-sm-12.col-md-10.col-md-offset-1.col-lg-8.col-lg-offset-2
-      label(for="prefixFilter") {{ st.tr["Type first letters..."] }}
-      input#prefixFilter(v-model="curPrefix")
+      input#prefixFilter(v-model="curPrefix" :placeholder="st.tr['Type first letters...']")
     .variant.col-sm-12.col-md-5.col-lg-4(
       v-for="(v,idx) in filteredVariants"
       :class="{'col-md-offset-1': idx%2==0, 'col-lg-offset-2': idx%2==0}"
-- 
2.44.0