We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf7aa40 commit 96771dcCopy full SHA for 96771dc
test/components/previews/rbui/textarea_preview.rb
@@ -21,7 +21,7 @@ def disabled
21
def with_error
22
render(TestView.new) do
23
FormField do
24
- FormFieldLabel(for: "textarea") { "Textarea"}
+ FormFieldLabel(for: "textarea") { "Textarea" }
25
FormFieldHint { "This is a textarea" }
26
Textarea(placeholder: "Textarea", id: "textarea")
27
FormFieldError { "This is an error message" }
0 commit comments