Merge pull request #2557 from tugcekucukoglu/number-doc

Update InputNumberDoc.vue
pull/2558/head
Tuğçe Küçükoğlu 2022-05-23 17:39:55 +03:00 committed by GitHub
commit cdcdd05ddb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>