garygreen / dominar

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

customAttributes allow specification of just one #30

Closed garygreen closed 7 years ago

garygreen commented 8 years ago

Instead of having to do:

fname: {
    customAttributes: {
      fname: 'First Name'
   }
}

Allow for:

fname: {
    customAttributes: 'First Name'
}