Prevent dash replacement

Apparently, having `spellcheck=true` enables the replacement of two
dashes with an emdash.

This was screwing up CLI args to MCP servers (and probably other
things).
This commit is contained in:
Matte Noble
2025-07-07 09:42:27 -07:00
parent 5bfd3ff5f4
commit 856952966d

View File

@@ -42,6 +42,7 @@
class:border-red={!valid}
onkeyup={() => (valid = validate(value))}
onblur={() => (valid = validate(value))}
spellcheck="false"
autocorrect="off"
autocomplete="off"
{name}