Skip to content

Commit

Permalink
feat(search): disable auto capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Mar 8, 2022
1 parent a7969fd commit 0e853b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/pages/posts/navigation/search/Search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<input
:value="search.query"
aria-label="Search for tags"
autocapitalize="none"
autofocus
class="
flex-1
Expand Down

0 comments on commit 0e853b7

Please sign in to comment.