Module: Plutonium::UI::Form::Concerns::RendersStructuredInputs Private
- Extended by:
- ActiveSupport::Concern
- Included in:
- Resource
- Defined in:
- lib/plutonium/ui/form/concerns/renders_structured_inputs.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Renders classless structured inputs (single → hash via nest_one, repeater → array via nest_many). Field/namespace work is delegated to the form; this concern owns the structural markup.