jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput Keyboard input problems

This topic contains 1 reply, has 2 voices, and was last updated by  admin 9 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Keyboard input problems #83601

    Vaccano
    Participant

    I am trying to get keyboard input working in my application.

    When I start typing in the control, the value goes to 00. Occasionally a number will get through on the year field. Though usually only 1 or 5. And only in the first value (so 1000 or 5000).

    I see the examples that seem to work fine, but I can’t seem to figure out what is different in my scenario. (NOTE: Everything else works fine. I have the grid I am using as well and it works fine.)

    I am using the code from this quesiton: http://www.jqwidgets.com/community/topic/can-not-write-date-from-keyboard-when-value-null/

    $("#jqxdatetimeinput").jqxDateTimeInput({ width: '250px', height: '25px', showFooter: true, formatString: 'HH:mm', value: new $.jqx._jqxDateTimeInput.getDateTime(new Date()) });

    Any ideas on something I could check would be appreciated.

    Keyboard input problems #83619

    admin
    Keymaster

    Vaccano, You are missing Javascript references. Most probably to globalize.js. Also, you’d better use code from examples, not from forum posts from 2012.

    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.