Fixed inputnumber docs

pull/345/head
cagataycivici 2020-05-13 00:28:00 +03:00
parent 76ea1d7196
commit a65be016d7
1 changed files with 4 additions and 4 deletions

View File

@ -106,8 +106,8 @@ Vertical
<h3>Properties</h3> <h3>Properties</h3>
<p>InputNumber passes any valid attribute to the underlying input element.</p> <p>InputNumber passes any valid attribute to the underlying input element.</p>
<div className="doc-tablewrapper"> <div class="doc-tablewrapper">
<table className="doc-table"> <table class="doc-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
@ -142,13 +142,13 @@ Vertical
<td>Layout of the buttons, valid values are "stacked" (default), "horizontal" and "vertical".</td> <td>Layout of the buttons, valid values are "stacked" (default), "horizontal" and "vertical".</td>
</tr> </tr>
<tr> <tr>
<td>incrementButtonClassName</td> <td>incrementButtonClass</td>
<td>string</td> <td>string</td>
<td>null</td> <td>null</td>
<td>Style class of the increment button.</td> <td>Style class of the increment button.</td>
</tr> </tr>
<tr> <tr>
<td>decrementButtonClassName</td> <td>decrementButtonClass</td>
<td>string</td> <td>string</td>
<td>null</td> <td>null</td>
<td>Style class of the decrement button.</td> <td>Style class of the decrement button.</td>