Skip to content

Commit

Permalink
Update Spinner doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 18, 2019
1 parent 53d8b22 commit 8e44b6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/showcase/spinner/SpinnerDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,24 @@ import {Spinner} from 'primereact/spinner';
<td>null</td>
<td>Configuration of the tooltip, refer to the tooltip documentation for more information.</td>
</tr>
<tr>
<td>decimalSeparator</td>
<td>string</td>
<td>null</td>
<td>Separator character for decimals, defaults to settings at user locale.</td>
</tr>
<tr>
<td>thousandSeparator</td>
<td>string</td>
<td>null</td>
<td>Separator character for thousands, defaults to settings at user locale.</td>
</tr>
<tr>
<td>formatInput</td>
<td>boolean</td>
<td>false</td>
<td>When present, formats the user input at blur event.</td>
</tr>
</tbody>
</table>
</div>
Expand Down

0 comments on commit 8e44b6c

Please sign in to comment.