SurfaceBulma.Form.Inputs (surface_bulma v0.5.1)

properties

Properties

  • form :form, from_context: {Form, :form} - The parent form.

It should either be a Phoenix.HTML.Form emitted by form_for or an atom.

  • for :any, from_context: {Field, :field} - An atom or string representing the field related to the child inputs.

  • opts :keyword, default: [] - Extra options for inputs_for/3.

See Phoenix.HTML.Form.html.inputs_for/4 for the available options.

slots

Slots

  • default

Link to this section Summary

Link to this section Functions

Link to this function

render(assigns)

Callback implementation for Surface.Component.render/1.