Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lessThan reports error if compared to empty field #2463

Open
@enboig

Description

@enboig

Your environment

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

Current behavior

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

Expected behavior

Error should only be triggered if both fields are populated; user could/should addrequired 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


      [8]ページ先頭

      ©2009-2025 Movatter.jp