module Coco module App module Fields class TextAreaComponent < ViewComponent::Form::TextAreaComponent include Concerns::ActsAsFieldWithOptions end end end end