Module: StimulusPlumbers::Form::Fields::Inputs::TextArea

Included in:
Builder
Defined in:
lib/stimulus_plumbers/form/fields/inputs/text_area.rb

Instance Method Summary collapse

Instance Method Details

#text_area(attribute, options = {}) ⇒ Object



8
9
10
11
# File 'lib/stimulus_plumbers/form/fields/inputs/text_area.rb', line 8

def text_area(attribute, options = {})
  html_options = merge_html_options(theme.resolve(:form_field_input_textarea), options)
  super(attribute, html_options)
end