Aurora.Uix.Templates.Basic.Renderers.EmbedsManyRenderer (Aurora UIX v0.1.4-rc.4)

Copy Markdown

Renders embeds_many field types in Aurora UIX forms.

Key Features

  • Delegates embeds_many association rendering to the EmbedsManyComponent.
  • Transforms field configuration into appropriate component invocation.
  • Supports dynamic embedded collection management.

Key Constraints

  • Requires :auix with form configuration and :field with schema information.

Summary

Functions

Renders an embeds_many field using the EmbedsManyComponent.

Functions

render(assigns)

@spec render(map()) :: Phoenix.LiveView.Rendered.t()

Renders an embeds_many field using the EmbedsManyComponent.

Parameters

  • assigns (map()) - Component assigns containing:
    • :auix (map()) - Aurora UIX context with form state and configuration.
    • :field (map()) - Field definition including :html_id and schema info.

Returns

Phoenix.LiveView.Rendered.t() - Rendered live component for embeds_many field.