jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput groupSeparator …

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • groupSeparator … #11538

    UJanke
    Member

    of corse the question was about the groupSeparator, not about the decimalSeparator

    editor.jqxNumberInput({ decimalDigits: 0,
    groupSeparator: “”,
    decimalSeparator: “”,
    textAlign: “right”,
    groupSize: 25,
    spinButtons: false });

    the groupSeparator sitt shows Group Seperators, even when i define “” as Seperator

    Greetings Uwe

    groupSeparator … #11540

    Peter Stoev
    Keymaster

    Hi Uwe,

    If you don’t want groupSeparator, use the widget in this mode: inputmode.htm. In the provided code, you also set the decimalSeparator to “”. If you have a number with decimal digits, a decimal separator should be displayed. The property ‘decimalSeparator’ expects a character like ‘.’

    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.