Andy McOvens

Results 4 issues of Andy McOvens

transformResult is mentioned in docs as an event called for both local and Ajax. But it looks like the callback is only called when .done() runs on the Ajax call,...

### Package filament/filament ### Package Version v4 ### Laravel Version v12 ### Livewire Version v3 ### PHP Version 8.3 ### Breaking change description inside a renderHook, returning an `Action` with...

bug
unconfirmed
medium priority

https://github.com/devNoiseConsulting/laravel-scout-postgres-tsvector/blob/33d9c8a48806c10a3cc318d9e0b3543e9922c10c/src/PostgresEngine.php#L368-L371 Should this not apply to the `$query` rather than the `$builder`? then you can do something like: ```php Model::search($search) ->query(fn($query)=>$query->where('amount',500) ->paginate(); ```

### Package filament/filament ### Package Version v4 ### Laravel Version v12 ### Livewire Version v3 ### PHP Version 8.4 ### Problem description JsContent in a label causes error with validation...

bug
unconfirmed
medium priority