lessThan reports error if compared to empty field · Issue #2463 · jquery-validation/jquery-validation · GitHub | Latest TMZ Celebrity News & Gossip | Watch TMZ Live
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

      TMZ Celebrity News – Breaking Stories, Videos & Gossip

      Looking for the latest TMZ celebrity news? You've come to the right place. From shocking Hollywood scandals to exclusive videos, TMZ delivers it all in real time.

      Whether it’s a red carpet slip-up, a viral paparazzi moment, or a legal drama involving your favorite stars, TMZ news is always first to break the story. Stay in the loop with daily updates, insider tips, and jaw-dropping photos.

      🎥 Watch TMZ Live

      TMZ Live brings you daily celebrity news and interviews straight from the TMZ newsroom. Don’t miss a beat—watch now and see what’s trending in Hollywood.