Update inputnumber doc

pull/553/head
mertsincan 2020-10-13 16:44:55 +03:00
parent b50f8de238
commit 7d6e55e7a9
1 changed files with 12 additions and 0 deletions

View File

@ -272,6 +272,18 @@ Vertical
<td>1</td>
<td>Step factor to increment/decrement the value.</td>
</tr>
<tr>
<td>inputStyle</td>
<td>any</td>
<td>null</td>
<td>Inline style of the input field.</td>
</tr>
<tr>
<td>inputClass</td>
<td>string</td>
<td>null</td>
<td>Style class of the input field.</td>
</tr>
</tbody>
</table>
</div>