Method: Anchor::TextAreaComponent#options
- Defined in:
- app/components/anchor/text_area_component.rb
#options ⇒ Object
14 15 16 17 18 19 |
# File 'app/components/anchor/text_area_component.rb', line 14 def { class: INPUT_CLASSES, data: { testid: "text-area-#{attribute.to_s.dasherize}" }, } end |