WIP rework search
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user