File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments