@MrMiM TNX for your great job!
By the way I think there is some problem with your great widget that I faced into them!
So I will separate them with different issues.
When you use onHide event in your field's configuration like this:
$form->field($model, 'birthdate')->widget(DatePicker::classname(), [
'clientOptions' => [
'onHide' => 'function(){alert("Datepicker is now hidden!");}',
],
]);
then page will alert Datepicker is now hidden! contiuously without stoping!
am I true?
@MrMiM TNX for your great job! By the way I think there is some problem with your great widget that I faced into them! So I will separate them with different issues. When you use onHide event in your field's configuration like this:
then page will alert
Datepicker is now hidden!
contiuously without stoping! am I true?