Html5 NumberInput

Set the decimalDigits property of the jqxNumberInput. Author: http://jqwidgets.com

by Manu Vashishtha

HTML

<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<div id='jqxNumberInput'></div>

JavaScript

$("#jqxNumberInput").jqxNumberInput({
     width: '250px',
     height: '25px',
     theme: 'energyblue',
     spinButtons: true,
     decimalDigits: 3
     
 });