jQuery UI Widgets Forums Editors DateTimeInput validate with required impossible?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • validate with required impossible? #14293

    UJanke
    Member

    if i try to validate a jqxdatetimeinput with a validator like this:

    rules: [
    { input: ‘#jqxdatetimeinput’, message: ‘Date is required!’, action: ‘valuechanged’, rule: ‘required’ }
    ]

    it never ever will validate sucessfull. Even when a correct date is inserted.

    Also the method xxxx.jqxValidator(‘validate’) don’t works.

    Any idears?

    Greetings
    Uwe

    validate with required impossible? #14295

    Peter Stoev
    Keymaster

    Hi Uwe,

    ‘required’ validation rule can be used for empty input fields. jqxDateTimeInput always has a value, so that rule cannot be used with that widget. In addition, your “action” is “valuechanged” so the rule will be tested after the jqxDateTimeInput’s value is changed.

    For validation, see: defaultfunctionality.htm.

    The demo demonstrates that the ‘validate’ method works, too.

    Best Regards,
    Peter Stoev

    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.