Plugin Upgrade script
FileUpload registerListeners function
registerListeners
on FileUpload
component. I am trying to do something on filepond upload, however using the window.FilePone.find(element)
does not find the instance as per filepond documentation.
If I understand correctly, the method takes an array of associative closures with names, and those events can be listened to on my blade view...."Custom blocks" that aren't... blocks?
RichEditor
to be able to insert a tag (much like a mergeTag
) that accepts parameters (like a customBlock
), which is replaced at runtime with a hyperlink generated by a backend method accepting those parameters.
What I did: I created a new RichContentCustomBlock
subclass and implemented the required methods. When rendering content, I use RichContentManager::make($my_content)->customBlocks(...)->render()
RichContentManager::make($my_content)->customBlocks(...)->render()
toHtml
, the blocks are always enclosed in <p>
tags, which prevents the expanded hyperlinks from seamlessly embedding into my page content....Testing view page in nested resource

Database notification for a different model
Add a custom JS function for a custom field.
sub navigation position not working

issue with repeater and relationship
Require validation in a create record page
can we entangle state form field into livewire component.
<livewire:custom-component wire:model="{{$getStatePath()}}"/>
<livewire:custom-component wire:model="{{$getStatePath()}}"/>
Custom CSS for ViewColumn
how to upgrade to beta version?
TextInput url too few parameters
->url()
has no parameters, and I can't see anything about it. However, it seems that it needs to have at least 1 parameter that can be either closure, null or a string.
Where can I find the full documentation for the TextInput file, or in general. Sometimes I feel there are missing parts. I am not complaining, because Filament is incredible, but if there's a hidden section with full api reference, would appreciate being pointed to it 🙂...Place date picker filter on table header actions

Multiple Layout Components with same Relationship
Property [$infolist] not found on component
Frozen Resource and EditPage in iPhone Safari and Chrome
Am I correct in understanding `Form->disabled()` is not really 'officially' supported?
submitting
, does not hide the submit
, and even pops up Saved
notifications. That is undesirable behaviour, but I realized after researching this further, the documentation doesn't document disabling entire forms.
However, the Form supports it and uses CanBeDisabled
which suggests maybe it was intended to be used?
Note I am working around this now by overriding getFormActions()
which works well enough, but was confused about this behaviour so curious if it's a bug or just not officially supported....Tables\Columns\SelectColumn
Redirect to list page with action to open edit SlideOver
tableAction=edit&tableActionRecord=xx
take a look at this example
https://demo.filamentphp.com/blog/authors?tableAction=edit&tableActionRecord=1...