Class: Protoform::Rails::Components::Textarea

Inherits:
FieldComponent show all
Defined in:
lib/protoform/rails/components/textarea.rb

Instance Method Summary collapse

Methods inherited from Component

#dom, #title

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