WIP rework search

This commit is contained in:
andrusyakka
2023-08-15 19:53:50 +03:00
parent 3f182ae00a
commit cc4ea131f9
3 changed files with 81 additions and 50 deletions

View File

@@ -25,6 +25,7 @@
:autofocus="autofocus",
hide-bottom-space
:error="error"
@focus="e => $emit('focus', e)"
)
template(v-slot:prepend, v-if="iconLeft")
slot(name="iconLeft")
@@ -85,7 +86,7 @@ export default {
height: String,
error: Boolean,
},
emits: ["update:modelValue"],
emits: ["update:modelValue", "focus"],
computed: {
value: {
get() {