jQuery UI Widgets Forums Editors DateTimeInput number entry not working

Tagged: 

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • number entry not working #27713

    reblutus
    Blocked

    I am using 2.9.3 and also tried 3.0.2 with the same problem.

    I am unable to use the numbers on the keybaord to enter hours in my datetimeinput fields. What it does is it looks like it understand that the user types something but every number is resulting as a 0. Here’s my code.

    		// Set Time
    var startTime = "@event.startTime";
    var splitStartTime = startTime.split(":");
    $("#iIdStartTime").jqxDateTimeInput({
    value: new Date(1970, 1, 1, splitStartTime[0], splitStartTime[1])
    ,width: inputDefaultWidth
    ,height: inputDefaultHeight
    ,formatString: 'HH:mm'
    ,showCalendarButton: false
    ,allowNullDate: false
    ,theme:"s360"
    });

    The only way to left to use the field is with the arrows, which is not intuitive.

    I tried with Chrome and Firefox.

    number entry not working #27743

    Peter Stoev
    Keymaster

    Hi,

    Number Entry works as expected in the current version of jQWidgets – timeinput.htm. If you use something else, you can consider updating.

    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.