Class: Protoform::Rails::Components::Textarea
- Inherits:
-
FieldComponent
- Object
- Component
- FieldComponent
- Protoform::Rails::Components::Textarea
- Defined in:
- lib/protoform/rails/components/textarea.rb
Instance Method Summary collapse
Methods inherited from Component
Instance Method Details
#view_template(&content) ⇒ Object
7 8 9 10 |
# File 'lib/protoform/rails/components/textarea.rb', line 7 def view_template(&content) content ||= proc { dom.value } textarea(**attrs, &content) end |