Refactor #2801 - InputNumber

pull/2809/head
Tuğçe Küçükoğlu 2022-07-22 22:02:04 +03:00
parent fe32c6293d
commit cfa61ce238
1 changed files with 6 additions and 12 deletions

View File

@ -278,6 +278,12 @@ Vertical
<td>false</td>
<td>When present, it specifies that an input field is read-only.</td>
</tr>
<tr>
<td>inputId</td>
<td>string</td>
<td>null</td>
<td>Style class of the component input field.</td>
</tr>
<tr>
<td>inputStyle</td>
<td>any</td>
@ -290,18 +296,6 @@ Vertical
<td>null</td>
<td>Style class of the input field.</td>
</tr>
<tr>
<td>style</td>
<td>any</td>
<td>null</td>
<td>Inline style of the component.</td>
</tr>
<tr>
<td>class</td>
<td>string</td>
<td>null</td>
<td>Style class of the element.</td>
</tr>
</tbody>
</table>
</div>