validation in details - b1412/clojure-web-admin GitHub Wiki

Forms in clojure-web-admin(CWA) built on reagent-forms

The validation could take place both in font-end and back-end using the same validate rules.

The validate rules are from metadate based on type-name and related infomation.

The follow validate rules are supported out of the box.

nullable-based rule

If nullable is 0, the field should be present

⚠️ **GitHub.com Fallback** ⚠️