fix: search input autofocus (#3265)

This commit is contained in:
Liyas Thomas
2023-08-21 14:58:44 +05:30
committed by GitHub
parent 8c57d81718
commit b0b6edc58e

View File

@@ -19,10 +19,10 @@
> >
<WorkspaceCurrent :section="t('tab.collections')" /> <WorkspaceCurrent :section="t('tab.collections')" />
<HoppSmartInput <input
v-model="filterTexts" v-model="filterTexts"
:placeholder="t('action.search')" :placeholder="t('action.search')"
input-styles="py-2 pl-4 pr-2 bg-transparent !border-0" class="py-2 pl-4 pr-2 bg-transparent !border-0"
type="search" type="search"
:disabled="collectionsType.type === 'team-collections'" :disabled="collectionsType.type === 'team-collections'"
/> />