Method: Anchor::TextAreaComponent#options

Defined in:
app/components/anchor/text_area_component.rb

#optionsObject



14
15
16
17
18
19
# File 'app/components/anchor/text_area_component.rb', line 14

def options
  {
    class: INPUT_CLASSES,
    data: { testid: "text-area-#{attribute.to_s.dasherize}" },
  }
end