When calling <.input name="..." ...> without a field or value attr, @value was absent from assigns causing a KeyError. Added default: nil to the attr and use __given__ to detect whether value was explicitly passed so the field clause still reads value from the FormField correctly. |
||
|---|---|---|
| .. | ||
| channels | ||
| components | ||
| controllers | ||
| graphql | ||
| helpers | ||
| live | ||
| plugs | ||
| changelog_parser.ex | ||
| endpoint.ex | ||
| gettext.ex | ||
| gettext_helpers.ex | ||
| permissions.ex | ||
| plug_exceptions.ex | ||
| router.ex | ||
| telemetry.ex | ||
| user_auth.ex | ||