malzariey / filament-daterangepicker-filter

MIT License
104 stars 46 forks source link

Add missing `wire:model` in blade view #48

Closed datlechin closed 11 months ago

datlechin commented 11 months ago

This pull request includes the addition of wire:model to the date-range-picker.

Initially, it functions as expected within the Form Builder associated with the resource. However, when utilized in the Form Builder to render content in a Blade file, it fails to display the value in the corresponding input field.

Before: image

After: image

malzariey commented 11 months ago

Thanks for the contribution.