optimize for lighthouse

This commit is contained in:
Robin Olsen
2026-02-13 17:48:56 +01:00
parent a34f8cf40a
commit eb8427ea46
15 changed files with 440 additions and 3965 deletions

View File

@@ -24,10 +24,9 @@ templ Textarea(props TextareaProps) {
}
<textarea
{ props.Attrs... }
if props.ID != "" {
id={ props.ID }
}
id={ props.Name }
name={ props.Name }
aria-label={ props.Label }
placeholder={ props.Placeholder }
class={
"textarea",