Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update FilterDateTimePicker.php (#1762)
```Filter::datetimepicker()``` has no difference with ```Filter::datepicker()``` With this change there is a time option with Flatpickr Actually, you should also 'disable' the ```enableTime``` option in ```config/livewire-powergrid.php``` to let these two differ from each other. To also enable seconds with the datetimepicker you can use: ``` Filter::datetimepicker('created_at')->params(['enableSeconds' => true]) ```
- Loading branch information