File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,11 @@ It will create `$errors` object inside components.
109109## Methods are available:
110110
111111| Validator | Description |
112- | ------------------------------------ | ---------------------------------------------------------------- | -------------------- |
112+ | ------------------------------------ | ---------------------------------------------------------------- |
113113| ** has(field = null)** | check specific field error |
114114| ** first(field)** | get message by field name. |
115115| ** missed(field = null)** | check if there is no any error of given field name. |
116- | ** nullState(field = null)** | false | null of given field. |
116+ | ** nullState(field = null)** | Check if null of given field. |
117117| ** any()** | check if any errors exist. |
118118| ** get(field)** | get specific field. |
119119| ** all()** | get all errors. |
You can’t perform that action at this time.
0 commit comments