jQuery UI Widgets Forums Editors NumberInput digits an spinButtonsStep issue

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 3 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • digits an spinButtonsStep issue #121475

    ae50042
    Participant

    Hi everyone,

    I would like to have a number formatted with two digits and two decimalDigits and control the value via spinButtons with a step of 0.1.
    Anyway I’m experimenting an issue running the following code, basically I’m unable to increase/decrease the value using spin buttons.

    $("#jqxNumberInput").jqxNumberInput({
         width: '250px',
         height: '25px',
         theme:'energyblue',
         spinButtons:true,
         spinButtonsStep:0.1,
         spinMode: 'simple',
         promptChar:"",
         decimalDigits:2,
         digits:2
     });

    Just for testing, using digits:3, editing via spin buttons works.
    Seems that using digits:2 and spinButtonsStep:0.1 togheter cause that issue.

    Could you help me, please?

    Regards,
    Giorgio.

    digits an spinButtonsStep issue #121494

    Martin
    Participant

    Hello Giorgio,

    Thank you for the feedback! It seems that this is an issue.
    I have added a work item for this case.

    Best Regards,
    Martin Yotov

    jQWidgets team
    https://www.jqwidgets.com

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

You must be logged in to reply to this topic.