readme...
This commit is contained in:
parent
9e06a847a3
commit
bece0cace3
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@ A rule must be in this format `rule:param` where `rule` is the name of the `rule
|
|||
- **select:default:** Make a select required, where `default` is the value of the default option.
|
||||
- **extension:ext:** Validates file inputs. You can have as many `ext` as you want.
|
||||
- **equalto:name:** Must be equal to another field where `name` is the name of the field.
|
||||
- **date:format:** Must a valid date in any format. The default is `mm/dd/yyyy` but you can pass any format with any separator, ie. `date:yyyy-mm-dd`.
|
||||
- **ajax:** See the built-in [Ajax Extension](#ajax).
|
||||
|
||||
[![TOC](http://i.imgur.com/RDbarNr.png)](#table-of-contents)
|
||||
|
|
Loading…
Reference in a new issue