Update InputNumberDoc.vue

pull/2557/head
Tuğçe Küçükoğlu 2022-05-23 17:39:24 +03:00
parent a83b1c39d3
commit b7cf5ec4e7
1 changed files with 2 additions and 2 deletions

View File

@ -270,13 +270,13 @@ Vertical
<td>allowEmpty</td>
<td>boolean</td>
<td>true</td>
<td>When present, it specifies that an input field is read-only.</td>
<td>Determines whether the input field is empty.</td>
</tr>
<tr>
<td>readonly</td>
<td>boolean</td>
<td>false</td>
<td>Determines whether the input field is empty.</td>
<td>When present, it specifies that an input field is read-only.</td>
</tr>
<tr>
<td>inputStyle</td>