Skip to content

Commit 5eeca52

Browse files
committed
updated docs: timepicker specified docked display options #140
1 parent 484ff05 commit 5eeca52

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

src/timepicker.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,30 @@ <h5>Options</h5>
126126
<td>null</td>
127127
<td>Callback function when a time is selected, first parameter is the hour and the second is the minute.</td>
128128
</tr>
129+
<tr>
130+
<td>onInputInteraction</td>
131+
<td>Function</td>
132+
<td>null</td>
133+
<td>Callback function on input field interaction.</td>
134+
</tr>
135+
<tr>
136+
<td>autoSubmit</td>
137+
<td>Boolean</td>
138+
<td>true</td>
139+
<td>Condition to auto submit selected date to input field, 'true' condition will remove the confirmation buttons.</td>
140+
</tr>
141+
<tr>
142+
<td>onDone</td>
143+
<td>Function</td>
144+
<td>null</td>
145+
<td>Callback function on confirm interaction.</td>
146+
</tr>
147+
<tr>
148+
<td>onCancel</td>
149+
<td>Function</td>
150+
<td>null</td>
151+
<td>Callback function on cancel interaction.</td>
152+
</tr>
129153
</tbody>
130154
</table>
131155
</div>

0 commit comments

Comments
 (0)