Compare commits

..

2 commits
3.4.0 ... main

Author SHA1 Message Date
4cc90b4776
feat: add autofocus 2025-02-12 13:22:42 -06:00
d84ab59589
auto select and copy email 2025-02-12 13:16:45 -06:00

View file

@ -115,8 +115,10 @@
<div class="main">
<form id="mask-form"
hx-get="/mask"
hx-on:htmx:load="window.getSelection().selectAllChildren(event.target);document.execCommand('copy');"
hx-swap="innerHTML">
<input type="text"
autofocus
name="description"
required
minlength="2">
@ -136,4 +138,5 @@
</div>
</body>
</html>