We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2620a6 commit 63330b9Copy full SHA for 63330b9
Sources/SwiftHtml/Tags/Textarea.swift
@@ -48,7 +48,7 @@ public extension Textarea {
48
49
/// Specifies that a text area should be disabled
50
func disabled(_ condition: Bool = true) -> Self {
51
- flagAttribute("autofocus", nil, condition)
+ flagAttribute("disabled", nil, condition)
52
}
53
54
/// Specifies which form the text area belongs to
0 commit comments