fix: search input autofocus (#3265)
This commit is contained in:
@@ -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'"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user