feat: add autofocus

This commit is contained in:
Conner McCall 2025-02-12 13:22:42 -06:00
parent d84ab59589
commit 4cc90b4776
Signed by: conner
SSH key fingerprint: SHA256:9FcHWg2/05GYdL9pT2jFdLC7TJiZzJgtcXcBNEBSIX8

View file

@ -118,6 +118,7 @@
hx-on:htmx:load="window.getSelection().selectAllChildren(event.target);document.execCommand('copy');" hx-on:htmx:load="window.getSelection().selectAllChildren(event.target);document.execCommand('copy');"
hx-swap="innerHTML"> hx-swap="innerHTML">
<input type="text" <input type="text"
autofocus
name="description" name="description"
required required
minlength="2"> minlength="2">