jQWidgets Forums

jQuery UI Widgets Forums Plugins AngularJS Display Number 0 as 00

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Display Number 0 as 00 #63429

    karthick singh
    Participant

    Hi,

    Using JqxNumberInput i am trying to display the number in two digits like 0 as 00,1 as 01.

     $("#jqxNumberInput").jqxNumberInput({
         width: '250px',
         height: '25px',
         decimalDigits:0,
         min: 00,
         spinButtons:true,
         inputMode:'simple'
     });

    I Tried setting min as 00, But its not Working…How can i achieve that..

    Display Number 0 as 00 #63430

    Peter Stoev
    Keymaster

    Hi karthick singh,

    00 is equal to 0. If you want to specify the number of digits and decimal digits, use the other mode of the Number Input.

    Best Regards,
    Peter Stoev

    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.