jQuery UI Widgets Forums Editors NumberInput caret is moving if symbol has more than 1 char

This topic contains 1 reply, has 2 voices, and was last updated by  Todor 5 years, 10 months ago.

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

  • fabriceb
    Participant

    Hello,

    I’m using French CFA monney in my app.
    That’s why I added : symbol: ‘F CFA’ in my jqxNumberInput property :

    $(“#jqxNumberInput”).jqxNumberInput({
    groupSeparator: ”, groupSize: 0, inputMode: ‘simple’, min: 0, spinButtons: true, decimalDigits: 1, spinButtonsStep: 5, symbolPosition: ‘right’, spinMode: ‘advanced’, symbol: ‘F CFA’
    });

    The problem is :
    The caret is moving from left or right to left (or left to right) when I use the spin buttons.
    the spinmode is set on advanced, so when the caret moves on digits, the spinbuttonstep is changing !!!

    At first the spinbuttonstep is 0.5 because the caret is close to the decimal digit… but after à few clics, the spinbuttonstep is now of 5 instead of 0.5.

    See an example here :
    http://jsfiddle.net/mogador/a7g0L6hk/


    Todor
    Participant

    Hello fabriceb,

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

    Let us know if you need further assistance.

    Best Regards,
    Todor

    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.