Skip to content

Commit

Permalink
FileUpload onSelect event description is corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
sudheerj authored May 10, 2017
1 parent 235b127 commit 8936743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions showcase/demo/fileupload/fileuploaddemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ <h3>Events</h3>
<td>onSelect</td>
<td>event.originalEvent: Original browser event. <br />
event.files: List of selected files.</td>
<td>Callback to invoke when file upload is complete.</td>
<td>Callback to invoke when files are selected.</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -346,4 +346,4 @@ <h3>Dependencies</h3>
</pre>
</p-tabPanel>
</p-tabView>
</div>
</div>

0 comments on commit 8936743

Please sign in to comment.