Skip to content

Commit

Permalink
Update inputnumberdemo.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Sep 6, 2021
1 parent 32cddd4 commit c4feada
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/showcase/components/inputnumber/inputnumberdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@ <h5>Properties</h5>
<td>1</td>
<td>Step factor to increment/decrement the value.</td>
</tr>
<tr>
<td>allowEmpty</td>
<td>boolean</td>
<td>true</td>
<td>Determines whether the input field is empty.</td>
</tr>
<tr>
<td>style</td>
<td>string</td>
Expand Down

0 comments on commit c4feada

Please sign in to comment.