You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pluginEvents = [
"show" => "function(e) { # `e` here contains the extra attributes }",
"hide" => "function(e) { # `e` here contains the extra attributes }",
"update" => "function(e) { # `e` here contains the extra attributes }",
];
pluginEvents = [
"show" => "function(e) { # `e` here contains the extra attributes }",
"hide" => "function(e) { # `e` here contains the extra attributes }",
"update" => "function(e) { # `e` here contains the extra attributes }",
];
Exception (Unknown Property) 'yii\base\UnknownPropertyException' with message 'Setting unknown property: kartik\widgets\TimePicker::pluginEvents '
in D:\Xampp\htdocs\adv\vendor\yiisoft\yii2\base\Component.php:209
Is there is any ways to achieve onChange or onClick events in kartik timepicker ?
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: