# wjInputNumber Class

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								wjInputNumber Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>KnockoutJS binding for the <a href="wijmo_input.inputnumber.html">InputNumber</a> control.</p>
								</div>
								<p>Use the <a href="wijmo_knockout_input.wjinputnumber.html">wjInputNumber</a> binding to add <a href="wijmo_input.inputnumber.html">InputNumber</a> controls to your
								KnockoutJS applications. For example:</p>
								<pre>&lt;p&gt;Here is an InputNumber control:&lt;/p&gt;
&lt;div data-bind="wjInputNumber: {
  value: theNumber,
  min: 0,
  max: 10,
  format: 'n0',
  placeholder: 'number between zero and ten' }"&gt;
&lt;/div&gt;</pre>
								<p>The <b>wjInputNumber</b> binding supports all read-write properties and events of
								the <a href="wijmo_input.inputnumber.html">InputNumber</a> control. The following properties provide two-way binding mode:</p>
								<ul>
									<li><b>value</b></li>
									<li><b>text</b></li>
								</ul>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="tsd-signature-type">WjBinding</span>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">wjInputNumber</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
					</div>