diff --git a/pikaday.md b/pikaday.md index 60ce97a..62b79d6 100644 --- a/pikaday.md +++ b/pikaday.md @@ -114,3 +114,13 @@ return [ ], ]; ``` + +## Catching the onchange event in Laravel Livewire + +Laravel Livewire is not capable of catching the onchange event on the pikaday component by default. If you want to catch +the onchange event you can do this with `lazy` data binding. + +```php + +``` +