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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user