Skip to content
Snippets Groups Projects
Commit eb200f95 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Hide autocomplete dropdown; gets in the way of UI.

parent 1765b40a
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<p> <p>
Auto-detect the <a href="https://strftime.org/" target="_blank">Format String</a> of your date/time. Auto-detect the <a href="https://strftime.org/" target="_blank">Format String</a> of your date/time.
</p> </p>
<form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="Enter a date and/or time here."/></form> <form id="detect-format"><input id="date" name="date" value="{{ date_string if date_string }}" placeholder="Enter a date and/or time here." autocomplete="off" /></form>
<section id="format"> <section id="format">
</section> </section>
</main> </main>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment