Skip to content

Commit

Permalink
turned off autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
taur committed Feb 21, 2024
1 parent f0e2980 commit d8d4fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/dream_search_widget.liquid
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js" integrity="sha512-v2CJ7UaYy4JwqLDIrZUI/4hqeoQieOmAZNXBeQyjo21dadnwR+8ZaIJVT8EE2iyI61OV8e6M8PP2/4hpQINQ/g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<form id="dream_search_widget">
<form id="dream_search_widget" autocomplete="off">
<label for="symbol">Symbol</label>
<input type="search" id="symbol">
<input type="submit" id="submit" value="Search">
Expand Down

0 comments on commit d8d4fb8

Please sign in to comment.