How to remove the pagination per page select
Selection when $state is null
Should visible & hidden work on Custom Column?
Optimize images used in RichEditor
Rich editor throws js error if using a custom plugin

Filament Action: Select field value missing from $data when using multiple()

how to use Attach Action outside relation manager?
Authorization: view policy and ViewAny policy wont work separated
Filament: RepeatableEntry not showing relationship data from model
Form with fields that have ->reactive and afterStateUpdated
Livewire Update routes security....
Disable RichEditor images
Hide a table column if its in a relation manager.
->hidden(fn ($livewire) => $livewire::class === ConsumersRelationManager::class)
->hidden(fn ($livewire) => $livewire::class === ConsumersRelationManager::class)
MarkdownEditor will save to local disk but not S3
->fileAttachmentsDisk()
, it effectively saves the file as soon as I drag the image onto the editor pane. Once it's been saved, it shows up immediately in the editor pane, exactly as you'd expect, on the local disk storage, etc.
My problem is that if I try to set the component to store to the disk called "s3" by doing ->fileAttachmentsDisk('s3')
on the MarkdownEditor component - which works perfectly fine throughout the rest of the Admin Panel in the form of various SpatieMediaLibraryFileUpload::disk('s3')->...
elements - dragging an image on the pane does "nothing". I say "nothing" in quotes because I can see traffic in DevTools and it's doing something but no file ever actually ends up in S3, and no file shows up in the editor panel, confirming that something probably went wrong but no exceptions are being thrown....config/filesystems.php
file, I set 'throw' => true
on the S3 disk so I could see the actual upload exception
2. The exception being thrown was (unsurprisingly) League \ Flysystem \ UnableToWriteFile
but the error message went into more detail about the problem which helped:
```...Plugin header image

Weird relation manager CreateAction behaviour
Section & manual collapsed via custom headerActions ... Is this a bug?

Overwrite asset_url from tenant middleware?
loading animation
Do not run BulkAction for any records if some do not pass policy validation