JavaScript Formatted Input

Set the spinButtons property of the jqxFormattedInput. Author: http://jqwidgets.com

by jqwidgets

HTML

<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="https://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<input id="jqxFormattedInput" type="text" />

JavaScript

$("#jqxFormattedInput").jqxFormattedInput({
    theme: "energyblue",
    width: 250,
    height: 25,
    radix: "binary",
    value: "11111101",
    spinButtons: false
});