docs: note that validation doesn't work on nested fields (#1836)

This commit is contained in:
Jonathan 2018-11-02 11:14:33 -03:00 committed by Shawn Erquhart
parent 817624351f
commit 825cf12c39

View File

@ -25,5 +25,6 @@ The following options are available on all fields:
widget: "string"
pattern: [".{12,}", "Must have at least 12 characters"]
```
- **Note:** Currently validation doesn't work on nested fields
## Default widgets