malzariey / filament-daterangepicker-filter

MIT License
105 stars 46 forks source link

Placeholder compiled without apply range #11

Closed wit3 closed 1 year ago

wit3 commented 1 year ago

If you open input and doesn't click in any range, and then click outside, the input placeholder ( not the value in livewire component ) it's compiled as seen in the video below

                    DateRangeFilter::make('date_issued')
                        ->label('Data Emissione')
                        ->columnSpan(3)
                        // ->withIndicater()
                        ,
                    DateRangeFilter::make('created_at')
                        ->label('Data Ricezione')
                        ->columnSpan(3)
                        // ->withIndicater()
                    ,

Invoice Documents - Adascat.webm

malzariey commented 1 year ago

Try the new option autoApply and confirm whether it fixes your issue?

wit3 commented 1 year ago

Try the new option autoApply and confirm whether it fixes your issue?

nope, autoApply setted to true didn't fix the issue

malzariey commented 1 year ago

Update to the latest version, solved