jQWidgets Forums

jQuery UI Widgets Forums Getting Started jqxDateTimeInput 'German'`Error in Input

This topic contains 2 replies, has 2 voices, and was last updated by  gruppenhaus 3 years, 6 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxDateTimeInput 'German'`Error in Input #121091

    gruppenhaus
    Participant

    Hi there,

    using the “jqxDateTimeInput” with:

    $(“#buchungsdatum”).jqxDateTimeInput({
    width: ‘150px’,
    height: ’25px’,
    allowNullDate: true,
    editMode: ‘full’,
    formatString: ‘dd.MM.yyyy’,
    showFooter: true,
    value: null,
    yearCutoff: 2020
    });

    $.getScript(‘jqw/globalization/globalize.culture.de-DE.js’, function () {
    $(“#buchungsdatum”).jqxDateTimeInput({ culture: ‘de-DE’ });
    });
    will give me an input field which can be edited manually.

    But when entering e.g. “10” and I want to make a “.” Dot after the “10” there appear two backslashes.

    That means: Entering “10.” will output me 10\\.”

    Any idea?

    (how to send you an screenshot)

    jqxDateTimeInput 'German'`Error in Input #121097

    ivanpeevski
    Participant

    Hello gruppenhaus,

    Thank you for reporting the problem. This is not the expected behavior of the editMode and we will work on finding the issue as soon as possible.

    In the meantime, I suggest using editMode: “default”, which also allows users to manually input dates by entering numbers.
    To see how default editMode can work in your case, please have a look at this fiddle

    If you have any other questions, please do not hesitate to contact us again!
    Best regards,
    Ivan Peevski
    jQWidgets Team
    https://www.jqwidgets.com

    jqxDateTimeInput 'German'`Error in Input #121117

    gruppenhaus
    Participant

    Hi,

    switch to “default” is working correctly …

    Regards
    Chris

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.