jQWidgets Forums

jQuery UI Widgets Forums Editors NumberInput Max value

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Max value Posts
  • Max value #3463

    Black Moon
    Member

    Hi all!

    Default max value for NumberInput limited with 99.999.999.99.
    How it can be increased (f.e 999 billions)?

    Max value #3479

    Minko
    Blocked

    Hello,

    You can use jqxNumberInput with bigger value if you change the digits property (it’s default is 8). If you’re looking for better precision, you can achieve it with the decimalDigits property.

    Here is an example:

    $("#numericInput").jqxNumberInput({ width: '250px', decimal: 1234, height: '25px', min: 0, spinButtons: true, digits: 10, decimalDigits: 5 });

    Best regards,

    Minko

    jQWidgets Team
    http://jqwidgets.com/

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

You must be logged in to reply to this topic.