Skip to content

Commit

Permalink
docs: select search text on focus
Browse files Browse the repository at this point in the history
closes #19606
  • Loading branch information
KaelWD committed Apr 15, 2024
1 parent d368340 commit b4ebc6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/docs/src/components/app/search/Search.vue
Expand Up @@ -42,6 +42,7 @@
class="flex-grow-0 mb-4"
variant="filled"
autofocus
@focus="$event.target.select()"
>
<template #append-inner>
<AppBtn size="small" border>
Expand Down

0 comments on commit b4ebc6f

Please sign in to comment.