]> git.mdlowis.com Git - projs/mdl.git/commitdiff
type="search" adds the clear button to the input on mobile
author80B <wtf@idk.lol>
Thu, 7 Jan 2021 22:38:56 +0000 (22:38 +0000)
committer80B <wtf@idk.lol>
Thu, 7 Jan 2021 22:38:56 +0000 (22:38 +0000)
index.html

index 2f029f9bf3d405ad43f86a13b2686607c82953c1..5ac1027e152cb44752f83a15eba0d6428ca1510c 100644 (file)
@@ -8,7 +8,7 @@
 
 <aside id="dialog" class="hidden">
     <section>
-        <label>Search Title:</label><input id="search"/>
+        <label>Search Title:</label><input id="search" type="search"/>
         <ul id="pages"></ul>
     </section>
 </aside>