Skip to content

Commit

Permalink
Merge pull request #2557 from tugcekucukoglu/number-doc
Browse files Browse the repository at this point in the history
Update InputNumberDoc.vue
  • Loading branch information
tugcekucukoglu authored May 23, 2022
2 parents a83b1c3 + b7cf5ec commit cdcdd05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/inputnumber/InputNumberDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit cdcdd05

Please sign in to comment.