garygreen / dominar

Lightweight bootstrap validator inspired by Laravel
http://garygreen.github.io/dominar/
22 stars 4 forks source link

Support shorthand rules definition #27

Open garygreen opened 8 years ago

garygreen commented 8 years ago

Instead of:

first_name: {
    rules: 'required'
}

Allow for

first_name: 'required'

Useful when no custom options are needed.