Merge pull request #131 from DoYoungDo/fix_input_no_focus

fix: search input no focus when it displayed
This commit is contained in:
Zyronon
2025-10-24 11:28:56 +08:00
committed by GitHub

View File

@@ -150,7 +150,8 @@ defineRender(
clearable
modelValue={searchKey}
onUpdate:modelValue={debounce(e => searchKey = e)}
class="flex-1">
class="flex-1"
autofocus>
{{
subfix: () => <IconFluentSearch24Regular
class="text-lg text-gray"