jQWidgets Forums

jQuery UI Widgets Forums Angular DateTimeInput format bug

This topic contains 1 reply, has 2 voices, and was last updated by  Ivo Zhulev 7 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • DateTimeInput format bug #97896

    claesb
    Participant

    Hi!

    We have discovered a bug in the DateTimeInput-widget. When you try to set the formatstring (previously formatString) you get an error saying that it is an invalid property. Looking in the angular_jqxdatetimeinput.ts there is a call to this.host.jqxDateTimeInput(‘formatstring’, arg);
    Looking at the error and the fact that we do not get undefined it seems that the string here is a problem. By changing the string to the old name, formatString, so the call is instead this.host.jqxDateTimeInput(‘formatString’, arg); fixes the bug.

    Thx

    DateTimeInput format bug #97900

    Ivo Zhulev
    Participant

    Hi claesb,

    Thanks for the report. It will be fixed in the next release!

    Best Regards,
    Ivo

    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.