diff --git a/frontend/src/components/Controls/Autocomplete.vue b/frontend/src/components/Controls/Autocomplete.vue index 0a1616bf..12faa1e3 100644 --- a/frontend/src/components/Controls/Autocomplete.vue +++ b/frontend/src/components/Controls/Autocomplete.vue @@ -5,54 +5,30 @@ {{ __(label) }} * - - +
- -
- - - {{ displayValue(selectedValue) }} - - - {{ placeholder || '' }} - -
- -
+ type="text" + :value="selectedValue" + autocomplete="off" + @click="onFocus" + /> +