jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput Sticks at max

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Sticks at max #17086

    carlo
    Participant

    Hi Peter,

    increment with the spin button upwards till 9. Then you can’t decrement any more.

    $(“#nDecimals”).jqxNumberInput({
    theme: jqxtheme,
    width: 50,
    height: 20,
    spinButtons: true,
    min: 0,
    max: 9,
    decimal: 2,
    digits: 1,
    decimalDigits: 0,
    inputMode: ‘simple’
    });

    Sticks at max #17087

    Dimitar
    Participant

    Hello carlo,

    Thank you for your feedback. We will fix the reported issue as soon as possible.

    Best Regards,
    Dimitar

    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.