Search with enter. Also fix bug where searching when inside a creator page dont call the backend to search the new user

This commit is contained in:
Dominic Villemure
2024-07-05 02:36:43 -04:00
parent 45bdac0de1
commit 545c122303
2 changed files with 18 additions and 4 deletions

View File

@@ -39,7 +39,9 @@
class="rounded-full w-32 md:w-64 lg:w-96 mx-2"
append-inner-icon="mdi-magnify"
@click.stop
@click:append-inner="onSearch">
@click:append-inner="onSearch"
@keyup.enter="onSearch"
>
</v-text-field>
</template>
<template v-else>