jQWidgets Forums

jQuery UI Widgets Forums Editors DateTimeInput time is not selected correctly

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • time is not selected correctly #17329

    skambo
    Member

    When we use Date time control widget

    Number keys – manually type date and time when the calendar is closed

    Suppose I want to put time as : 16:00:00, The moment we put 1 and press 6 valuechange event gets value as 10:00:00.

    Is there any way we can disable control by Number keys? or we can put a delay so that correct and complete value should get selected

    Thanks, Sat

    time is not selected correctly #17333

    Peter Stoev
    Keymaster

    Hi skambo,

    The “valuechanged” event is raised when the value is changed on every key press or by choosing a Date from the popup calendar. So by pressing “1”, the value is changed, by pressing “6”, the value is changed again. If you want to catch the change on blur, use the “change” event instead.

    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.