Skip to content

lessThan reports error if compared to empty field #2463

Open
@enboig

Description

@enboig

Your environment

  • Version of jquery-validate: v1.19.3
  • Browser name and version: firefox 109.0.1

Current behavior

When using rule lessThan comparing to an empty field, error is triggered.

Expected behavior

Error should only be triggered if both fields are populated; user could/should add required to the other field if necessary.

Live demo

QUnit.test( "form(): with lessThan", function( assert ) {
	assert.expect( 2 );
	var form = $( "#testForm5" )[ 0 ],
		v = $( form ).validate();

	$( "#x1, #x2" ).val( "hi" );
	assert.ok( v.form(), "Valid form" );
	$( "#y2" ).val( "" );
	assert.ok( v.form(), "Valid form" );
} );

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy