Skip to content

Commit a1df494

Browse files
author
Çağatay Çivici
committed
Doc for onFocus
1 parent 1126455 commit a1df494

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

showcase/demo/calendar/calendardemo.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,12 @@ <h3>Events</h3>
405405
</td>
406406
<td>Callback to invoke on blur of input field.</td>
407407
</tr>
408+
<tr>
409+
<td>onFocus</td>
410+
<td>event: Focus event
411+
</td>
412+
<td>Callback to invoke on focus of input field.</td>
413+
</tr>
408414
</tbody>
409415
</table>
410416
</div>

0 commit comments

Comments
 (0)