Merge pull request #131 from DoYoungDo/fix_input_no_focus
fix: search input no focus when it displayed
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user