Closed danielbraun closed 4 years ago
The required DOM attribute is filtered out when rendering a select box field, for instance: https://github.com/jkk/formative/blob/33e553c690b99e3c2de58f281a39631576a819c7/src/formative/render.cljc#L146-L149
required
It's quite a useful attribute, should probably add it to the field whitelist above.
@danielbraun Would be happy to accept a PR!
The
required
DOM attribute is filtered out when rendering a select box field, for instance: https://github.com/jkk/formative/blob/33e553c690b99e3c2de58f281a39631576a819c7/src/formative/render.cljc#L146-L149It's quite a useful attribute, should probably add it to the field whitelist above.