elclanrs / jq-idealforms-old

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

Google Chrome required issue #159

Open boomkin opened 11 years ago

boomkin commented 11 years ago

Hello, I am using required in the following manner:

    inputs : {
        'username' : {
            filters : 'required min max',
            data : {
                min : 1,
                max : 60
            }
        },

MORE CODE

The code works in both IE and Firefox. On Google Chrome, min max work fine but not required. I can click the Submit button without having to input anything in those required fields.

On my html I tried both

and Thanks for your time.
boomkin commented 11 years ago

The example from:

http://elclanrs.github.io/jq-idealforms/

does not work also. The problem is with the required part only. Is there anything I can do on my part? Thanks.

elclanrs commented 11 years ago

Which input doesn't work on the IdealForms page? I can't see the problem...