elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Show icon when I use "email" without "required". #34

Closed cpidx closed 12 years ago

cpidx commented 12 years ago

I'd like to check for a valid email address, but not indicate that it's also required... since indicating it must be a valid email format also infers the field is required. I'm able to remove required and get the desired workflow, but the icon is not being shown.

elclanrs commented 12 years ago

required and email are different filters so I wouldn't expect email to mean that the filed is required... The icon won't show up at first because the field is not required... I don't see the logic here.