Formex v0.6.7 Formex.CustomField behaviour

A behaviour module for implementing the custom field.

See the source of SelectAssoc for an example of use

Summary

Callbacks

Function that generates Formex.Field.t/0, similary to Formex.Field.create_field/4

Callbacks

create_field(form, name, opts)
create_field(form :: Formex.Form.t, name :: atom, opts :: Map.t) :: Formex.Field.t

Function that generates Formex.Field.t/0, similary to Formex.Field.create_field/4