jkk / formative

Web forms for Clojure and ClojureScript - rendering, parsing, and validating
208 stars 18 forks source link

`required` DOM attribute #63

Closed danielbraun closed 4 years ago

danielbraun commented 6 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

It's quite a useful attribute, should probably add it to the field whitelist above.

iku000888 commented 6 years ago

@danielbraun Would be happy to accept a PR!