jQuery UI Widgets Forums Editors NumberInput Spin Buttons Won't Work

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Spin Buttons Won't Work #73772

    NikolaiB
    Participant

    Hi all,

    Using the following settings, I’ve come across a scenario where it appears that the spin buttons do not work:

    $(“#jqxNumberInput”).jqxNumberInput({
    width: ’50px’,
    height: ’18px’,
    theme: ‘energyblue’,
    min: 0,
    max: 1,
    digits: 1,
    decimalDigits: 1,
    spinButtons: true,
    spinButtonsStep: 0.1,
    spinMode: ‘simple’
    });

    <div id=’jqxNumberInput’></div>

    If I remove the “digits” property or set the value in “digits” to 4 or above, the control works just fine. Does anyone have any insight into why this is the case? Thank you in advance!

    Spin Buttons Won't Work #73811

    Dimitar
    Participant

    Hi NikolaiB,

    Thank you for the feedback. We will investigate why this issue occurs.

    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.