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