dwyl/autoform

Required fields not working if using non-default changeset

Open

#35 opened on Dec 12, 2018

View on GitHub
 (0 comments) (2 reactions) (1 assignee)Elixir (2 forks)auto 404
bughelp wantedin-progress

Repository metrics

Stars
 (21 stars)
PR merge metrics
 (PR metrics pending)

Description

We're using the default changeset function to determine which fields are given a class of 'required'.

This needs to be changed to take into account the changeset passed in instead/as well.

Contributor guide