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