jQuery UI Widgets Forums Plugins Validator, Drag & Drop, Sortable using jqValidator with email addresses

This topic contains 1 reply, has 2 voices, and was last updated by  ivailo 9 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • using jqValidator with email addresses #77093

    edwardsmarkf
    Participant

    hello – i noticed i ran into a pecular problem using jqValidator with email addresses. when i had my input element defined like this:

    <input type=”email

    the email error notice just stays on the screen even after entering a valid email address. apparently jqValidator requires an email address to be defined the older way using “text”

    <input type=”text

    has anybody else ran into this behavior?

    using jqValidator with email addresses #77094

    ivailo
    Participant

    Hi edwardsmarkf,

    This is normal behavior. Input type email is not supported.
    You have to use input type text.

    Best Regards,
    Ivailo Ivanov

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.